We have two reports that we are trying to return data on and using the following clause: (this is a parameter and a column in the report)
WHERE
(fdp.PERIOD_NAME IN(:P_Asset_Calendar_Period_Name) OR 'ALL' IN(:P_Asset_Calendar_Period_Name || 'All'))
Period Name is a text field, but running into time out issues when All is selected or no data retuning when Null or multiple are selected. Any one have any ideas, I have two developers working on this for 5 days right now and we need some help.
Oracle Fusion
BIP reports