I need to filter a report by brand and delivery type. Corporate owns 2 restaurant chains A & B. I only need A, which I have working. Of the A's, I only want restaurants that are delivery restaurants included in the report.
This is the expression to get chain A:
[Delivery and Call Analysis cube].[Consolidated].[Consolidated].[Brand]->:[PC].[@MEMBER].[00002]
I thought I could just do a tuple for the desired results:
tuple([Delivery and Call Analysis cube].[Consolidated].[Consolidated].[Brand]->:[PC].[@MEMBER].[00002],[Delivery and Call Analysis cube].[Occasions].[Occasions].[Delivery Status]->:[PC].[@MEMBER].[Delivery])
But then I lose drill down entirely.
I thought I could just add a filter:
[Occasions]=[Delivery]
But that didn't work either.
Any ideas would be appreciated. Thank you.
This is the expression to get chain A:
[Delivery and Call Analysis cube].[Consolidated].[Consolidated].[Brand]->:[PC].[@MEMBER].[00002]
I thought I could just do a tuple for the desired results:
tuple([Delivery and Call Analysis cube].[Consolidated].[Consolidated].[Brand]->:[PC].[@MEMBER].[00002],[Delivery and Call Analysis cube].[Occasions].[Occasions].[Delivery Status]->:[PC].[@MEMBER].[Delivery])
But then I lose drill down entirely.
I thought I could just add a filter:
[Occasions]=[Delivery]
But that didn't work either.
Any ideas would be appreciated. Thank you.