Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Bi Publisher errors on multiselect

Received Response
91
Views
3
Comments
deahayes
deahayes Rank 4 - Community Specialist

Hello all,

I created a report, with parameters, I am now trying to change the options on the data model parameters to Multiple 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

  • Thomas Dodds
    Thomas Dodds Rank 8 - Analytics Strategist

    what does the XML file say when you view the Engine Log?

    2016-09-08 15_55_24-Oracle BI Publisher.png

  • Venkat Thota - BIP
    Venkat Thota - BIP Rank 7 - Analytics Coach

    Hi ,

    Use below condition in data model query

    (org_id is null or org_id in nvl(:p_org_id,org_id)) ,let me know any issues ,Thanks

  • Thomas Dodds
    Thomas Dodds Rank 8 - Analytics Strategist

    The query in the xml output might be your issue ... try taking out the special characters to start and the where clause doesn't have the proper syntax for multivalue as your original post states.