I want to pass multiple parameters like year, month, week, etc., to a webi report in repository.
How can I achieve this?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From what I recall it is just a matter of constructing your URL query string in standard fashion, e.g.
As when forming any URL, you will need to make sure you URLEncode your parameters.
Here’s a link to a BO XI 31 guide to opendoc syntax: Viewing Documents Using OpenDocument.
The BO API lets you query each “prompt” for its “type”, e.g. single valued (lsM) or multi-valued. You may need to include parameter types in the URLs you build. The BO documentation explains this.
When passing date information, you may encounter localization issues depending on how your reports are set up and how you create your session with BO.