rdavi10471a2
Results
2
issues of
rdavi10471a2
How would you recommend filtering all cubes and reports by store name for example ``` sql SELECT NON EMPTY {[Measures].[Profit], [Measures].[Store Sales]} ON COLUMNS, NON EMPTY Order(Order({[Store].[USA].[CA].[San Diego], [Store].[USA].[CA].[Beverly Hills],...
question
suppose I am filtering down to specific stores, I want to see the totals for those stores rendered how do I do that? Otherwise great work... sure I am just...
question