BI Publisher (MOSC)

MOSC Banner

Select multiple value from parameters with substr and REGEXP_SUBSTR function in BI Publisher report

edited Feb 26, 2020 6:14AM in BI Publisher (MOSC) 3 commentsAnswered

Hello All,

I have create one LOV  values with two columns Account id and Account Name by using the concatenate function. example

ACCOUNT_NUMBER || '-' || ACCOUNT_NAME as 123456-TestAccunt

My data model have the have the column name as Account number.

I am trying to pass the multiple account number from Lov in where clause by using the sub string function. example.

ACCOUNT_NUMBER in  (:(substr(REGEXP_SUBSTR(AccountNameid, '[^-]+'),1-1)).

My requirement to only match the account no to LOV number values. It is give the error

Thanks,

Nadeem

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