Hello All,
We have many reports scheduled in WEBI and user needs the output in CSV . When CSV is selected , it is only downloading the data which is selected in the Query windows but not from Report tabs which means all the formulas which is used in the report as not downloaded to CSV.
For this problem , we used Excel as output and written VBscript which will convert the EXCEL to CSV. We achieved this by events. When reports is success it will fire the event (Event is file based) which will run the VB Script and do the conversion.
Number of events objects are growing everyday and it is hard to manage . Is their any better way of doing it ? Can we pass Report Name to events , so that only 1 event , 1 vbscript is written which will work for all reports. Is that possible?
Can you suggest a better method which will help us to manage easily.
Regards,
S