Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
I am using fixed data lov as shown below
-
I kept the logic based on ([value1, value2, value3]) only. But it is not passing it. Please try below query. P_BUCKET displaying NULL select :P_BUCKETS from dual
-
I have a requirement to pass multiple values of paramter in dataset. The values are from fixed data LOV like 0-30,6-21,0-5 etc. I have no option to use IN clause. so I am using REGEX to split it into multiple values. Ex: If user selects 0-30,6-21, I want to split that into 2 rows (first row 0-30 and second row 6-21). Below…