Categories
- All Categories
- 127 Oracle Analytics News
- 23 Oracle Analytics Videos
- 14.5K Oracle Analytics Forums
- 5.5K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 47 Oracle Analytics Trainings
- 7 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 8 Oracle Analytics Industry
- Find Partners
- For Partners
Dashboard Filter viz improvement-Filter Control-Default Value: Option 'Last in List'

Organization Name:
Bluebell
Description
User want to set the default filter value as current date (YEAR/MONTH)
but there is no possible way to do it now.
Dashboard Filter -Filter Control-Default Value: Option 'First in List' , 'Custome', 'None'
It would be great if we can choose 'Last in List'
Use Case and Business Need
Issue :
User want to set the default filter value as a current date (YEAR/MONTH)
I tried to use 'Dashboard Filter -Filter Control - Parameter Binding '
and I tryed few workarround like below. but failed
- I used Parameter binding : 'Current DateTime' —> It does not fit the value for the YEAR/MONTH
(It would be great if we can select current 'YEAR' or current 'YEAR/MONTH' for the default parameter)
2. So, I made a custom paramter using this "
SELECT MAX(
XSA('sckim@bnicorp.co.kr'.'Daily_Nationality')."VIEW_DAILY_NATIONALITY"."YEAR/MONTH")
FROM XSA('sckim@bnicorp.co.kr'.'Daily_Nationality')
ORDER BY 1 DESC NULLS LAST
FETCH FIRST 500001 ROWS ONLY
—> Value is matched well but the displayed value is like "04/01/2024 12:00:00 AM". but My expectation is '2024-04'
So, I suggest the simplist way to satisify the user requirement by adding Option 'Last in List' in Dashboard Filter- Default Value
Thanks
Comments
-
We are also having to create parameters with Logical SQL to workaround this limitation. This is a severely lacking feature.
2 -
Agreed, this would be a very useful feature to have.
2 -
This would be very helpful .
0 -
My company would also benefit from this option.
0 -
Thank you for the enhancement request. I have created a JIRA to track this request.
0 -
Useful suggested feature
0