How to execute the MACRO through Infoview?
Answer / kvchowdary
running the VB macro as full client report by invoking DeskI
using a batch file. This bat file can then be scheduled in
Infoview too.
The batch file looks like this
Code:
"C:\Program Files\Business Objects\BusinessObjects
Enterprise 11.5\win32_x86\busobj.exe" -user "administrator"
-pass "passwd" -system "servername" -auth "enterprise"
-nologo -blind -document "C:\temp\VB_BOXI.rep"
This will invoke the DEskI application and run the .rep file
containing the macro. And it can be scheduled as program
object in CMC/Infoview.
| Is This Answer Correct ? | 0 Yes | 5 No |
Briefly describe the steps you would take to use an Excel file as data to join a Business Objects data provider in a report? Thanks in advance....
Explain how to schedule the report in b.o?
WHAT IS ROW LEVEL SECURITY IN BO?
if there are 2 hierarchies 1 is a-b-c and another one is a- c which hierarchy b.o takes while we use drill mode
Difference between Decode and Case?
8 Answers Polaris, TCS, Wipro,
what is report tracing in bo
Regarding Hyperlinking in Business Objects. We have a few reports in QA environment where a number of hyperlinks are employed using OpenDoc function.In some of the reports,hyperlink is used to move to another tab within the same report.The formula used include "DocID" and ReportName="tab name".This works fine but now,for the PROD move,this will not work as the Doc Ids are subject to change. Is there a way to overcome this?Without DocID,how will move to a particular tab? Thanks in advance
How to make alternative rows red and green in WebI Report?
I am getting an pop"there is no data to retrieve" when ever there is no data in the DB,what should be done not to get this pop up even if there is no data
What are the join problems comes appart from loop,chasm & fan Traps
how do you give security to universe ?
2 Answers InfoStep, Tech Mahindra,
i want to take a report 10 records per page. How to take it? is there any paging option in BO?