Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Bi Publisher Enterprise will not accept multilple values

Hello all,
I created a report, with parameters, I am now trying to change the options on the data model parameters to Muliple Selection, Can select all, and All values passed. However when I try to view data I get an error. "XML failed" when I remove the options of multiple select it works. Also my data model query can accept multiple values for example, org_id IN Nvl(:p_org_id, org_id)
Any ideas whats going on????
Answers
-
is your query correct? for instance p_org_id is null then what value query should take from org_id?
example, org_id IN Nvl(NULL, org_id) !!!!
0 -
Thanks I removed the NVL, it works now. org_id IN (:p_org_id)
0 -
Cool.
mark as correct and close this post
0 -
Wow thats nice.
0