Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 213 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
Issue with 'Use as a filter' functionality

Hi,
I am using the first table as a filter to display data in the second table. When I click on the "Previous Month Activity Amount" in the first table, I expect the second table to show data for the previous month. The "Previous Month Activity Amount" is calculated using the AGO
function as follows:
AGO(@calculation("NetAmount_3"), "Financials - GL Detail Transactions"."Time"."Fiscal Calendar"."Fiscal Period", 1)
I am not getting the expected results as shown in the screenshot. The current period is November 2024, so when I select "Previous Month Activity Amount," the table below should filter to show data for October 2024 instead, but that is not happening.
Can you please help with this.
Best Answer
-
Hi @Vrinda Choraria ,
The "Use as Filter" feature does not apply filters when you click on a measure column such as Previous Month Activity Amount USD in your example.
It works only when you click on attribute column values.
3
Answers
-
ahh got it ! thanks for clarifying that Federico Venturin
2 -
Very helpful information.
Thank you very much @Federico Venturin!
0