Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 212 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Option to exclude current period from relative date filter

Organization Name (Required - If you are an Oracle Partner, please provide the organization you are logging the idea on behalf of):
EGA
Description (Required):
Option to exclude current day/week/month from relative date filter.
Use Case and Business Need (Required):
At the end of the day/month only our business users make sure of the data accuracy. And also if we are seeing the trend for the last few days and if the current day information is partial we can see a sudden dip.
Enhancement Request / Service Request:
Comments
-
Hi Team,
I am logging behalf of Infosys Limited for one of our client Telenor.
Looking for a response from your end.
Regards,
Debasmita
0 -
Right now, you can use an expression filter (note that this shows the last 6 months without the current month; change the number if you want more or fewer months):
YOUR_DATE_COLUMN >= TIMESTAMPADD(SQL_TSI_MONTH, -6, TIMESTAMPADD( SQL_TSI_DAY , DAYOFMONTH( CURRENT_DATE) * -(1) +1, CURRENT_DATE))
Having the option in the UI is planned.
0