I want to pass multiple parameters like year, month, week, etc., to a webi report in repository.
How can I achieve this?
Thanks
From what I recall it is just a matter of constructing your URL query string in standard fashion, e.g.
[URL_path]?paramA=123¶mB=xyz
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.