Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 54 Oracle Analytics and AI Sharing Center
- 26 Oracle Analytics and AI Lounge
- 311 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.7K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 117 Oracle Analytics and AI Trainings
- 24 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Filter using in expression and go to detail analyzes
Alex Sharkov
Rank 5 - Community Champion
Hi all
I have some detail table ex. <MyAction>
There is some ActionType - is attr of <MyAction>
When i create AgregatedAnaliz i do:
<month> <count of ActionType 2 and 3> <count of ActionType 3 and 4>
Just using filter i do:
someMeasure1: filter(<some measure> using ActionType in (2,3))
someMeasure2: filter(<some measure> using ActionType in (3,4))
..
and so on
Work nice
I whant to go by Action from agregated analiz to Detail table of <MyAction> with automaticaly filter: ActionType in (2,3)
Is it possible?
Of course i set filter on DetailedAnaliz - ActionType
But it not working
0