Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.7K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
Applying report filter when using OBIEE web services

user12050195
Member Posts: 14
Hi
Would like to know if it's possible apply report filter when using the web serivce ? Read from Oracle doc that there's this applyReportParams() method in ReportEditingService that could do the job. Can anyone confirm this ?
Currently we've tried to access the report using the WebCatalogService, read the xml and retrieve the result using the XMLViewService successfully. However there's an additional requirement to pass in the report filter on the fly.
Thanks in advance
Would like to know if it's possible apply report filter when using the web serivce ? Read from Oracle doc that there's this applyReportParams() method in ReportEditingService that could do the job. Can anyone confirm this ?
Currently we've tried to access the report using the WebCatalogService, read the xml and retrieve the result using the XMLViewService successfully. However there's an additional requirement to pass in the report filter on the fly.
Thanks in advance
Answers
-
bump...
anyone ? -
Filter is part of the logical SQL, then you just need to modify your SQL to add the filter.
In this script for instance,
http://gerardnico.com/wiki/dat/obiee/xmlviewservice
you just have to add a filter clause in the query variable.
No ? -
Hi Gerardnico,
I have a question regarding the OBIEE Web Services,
We are using C # for Automation code to test Obiee Analysis Web Services,while designing filter in C # to call report we are facing difficulty with Presentation Variable using Variable value. Where as it is working fine for Column value.
Note: The choice list has 2 custom values.
So please guide me in this regard.
Regards,
Pj
This discussion has been closed.