My project is the following :
i would like to create a macro in VBA that enables to generate the BI Report and export the Bo in Excel in a given server
Let’s say :
BI Name is : “Test”
BI ID : “1234”
Server name : “Pool”
Variable used for the prompt is “Prompt”
Value of the prompt : City
You may not need VBA for this. BusinessObjects already has that capability. You can create a report, and schedule it to run whenever you want, and send an Excel version to you via email.
You can schedule it through BusinessObjects, and have the report triggered based on a File Event. Then create a simple VBA script that creates the needed file to trigger the event. It can be an empty text file. It will simply trigger the event.
If the report is emailed to the user, they can keep and/or modify it all they want, with no need to delete until they are ready.
Thank you so much for your suggestion.
I will try the first proposal and let you know the results
By the way, I discovered another solution which is the use of sOutputformat=E in the URL to the BI, but it doesn’t work on WebI (found some info on the forum)