Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
BIP Default Null to Select All Parameter

Content
Is there a way to default the value in a LOV to null/blank when you have the option to "select all" in the LOV. Currently, the "All" is defaulted even when I change the order of the SQL statement in the LOV menu, the Parameter "Default Value" column (I know for Sysdate, the syntax is {$sysdate()$} so if there is anything like this) or the report parameter menu. I have not found a way to default null even when I union it in my SQL statement. If anyone knows of a way other than unselecting the "All" ability and moving each selection over in the search UI.
Thanks.
Code Snippet
select ' ' as segment1 from dual union select segment1 from gl_code_combinations order by 1
Answers
-
Hi Ari.
On the definition of your parameter in the report set the Option to ALL Values selection to pass NULL.
Is the default behavior once you select the MENU option for your parameter (see image)
No need to create the Union on the query.
Hope this helps.
Fernando
0