HELLO
Problem:
I want scheduling Webi report dynamically using Java sdks ,
Assume there are 5 dynamic report with 5 parameters , I want to schedule all 5 reports.
I wrote below snippets for that .
schedInfo.setRightNow(true);
infoStore.schedule(oInfoObjects);
So How can I get all the 5 webi scheduled report using java sdk into the jsp , I have to show report into the jsp ?
How much time it will take to schedule all report .
After selecting format PDF or Excel ,scheduled report would go and store into the info view or CMS server .so how can I store the report into CMS or Infoview in which location , and how can I get location into JSP.
Thanks.
Amit