Sample BSV: Excel/CSV with some attributes of selected BOs

Contains tips for configurators working with Aware IM
Post Reply
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Sample BSV: Excel/CSV with some attributes of selected BOs

Post by tford »

This post builds on BSV that shows how to export selected items to a CSV. Note that in this previous post, ALL attributes of the selected BOs were exported to CSV.

This post also answers this forum post: Excel Export

Download: ExportSelectedToCSV_2.bsv
Remove .bin extension after download

The concept here is that the LIST function can be used to create a comma delimited file using AwareIM data. The comma delimited file can then be opened by Excel.

This BSV shows how to:
1) Export & View CSV with selected attributes of all instances of a BO.
2) Export & View CSV with selected attributes of selected instances of a BO.




Following Screen shots show key components of selected attributes of all instances of a BO:


Image

Image




Following Screen shots show key components of selected attributes of selected instances of a BO:


Image



Image
Tom - V8.8 build 3137 - MySql / PostGres
[email protected]
Posts: 278
Joined: Tue Aug 05, 2008 3:16 pm

Thanks

Post by [email protected] »

I will try this out. Thanks Tom.
Post Reply