BI Publisher (MOSC)

MOSC Banner

BI Publisher NVL+IN

edited Apr 10, 2020 8:11AM in BI Publisher (MOSC) 10 commentsAnswered
Hi,
I have created a parameter with comma separated text field.

 When i try to use NVL and IN. It gives xml error.

WHERE
m.prodmarktypeid IN  NVL(:P_MARKET)

Later from google figured out i m not supposed to use NVL and IN so tried to this

WHERE
((:P_MARKET) IS NULL and m.prodmarktypeid = m.prodmarktypeid
OR
m.prodmarktypeid IN :P_MARKET)

Even this gives error.


Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center