Using parameter within data model
Summary
Using parameter within data modelContent
Hi,
I am using the following parameter within a BI Publisher data model sql where clause :
AND PARTY.PARTY_NAME IN DECODE( :P_CUSTOMER_NAME, NULL, PARTY.PARTY_NAME, :P_CUSTOMER_NAME )
I have noticed that when the user choose more than 10 customers from the customer LOV then he get empty output. is there any limitation for the parameter length ?
2