on ‎2014 Jan 29 11:04 AM
Hi,
In my report I have 3 filters defined in the filter bar (Region, Product, Year). I know that I can use the NoFilter-function for a measure to ignore all those filters. But can I also specify one specific dimension to be ignored. Let's say I want that for my measure the filter Region should be ignored, but not the Product or Year filter. If not, is there any workaround (One would be to insert a second query and don't merge on the Region-dimension I think)?
Thanks!
Request clarification before answering.
Just a thought.. might be helpful..
> First apply NoFilter() function on measure, then it ignores all filter conditions,
> then you use a where condition to restrict to particular Year or Product as follows:
e.g., NoFilter(<measure>) where (Year=2013 and Product="abc")
Thanks,
Bala
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.