-
1. Re: Identifying filtered data
tracyfitzgerald Mar 21, 2012 12:05 PM (in response to Tandra Bidyananda)Hi Tandra,
I'm not sure I completely understand what is desired, however, by creating a calculated field similar to the following and placing it on the view either Y's, N's or both will show when different Regions are being filtered:
if [Region]='West' then 'Y'
else 'N' end
Hope this helps!
-Tracy
-
2. Re: Identifying filtered data
Tandra Bidyananda Mar 22, 2012 7:29 AM (in response to tracyfitzgerald)Hi Tracy,
What I meant is I want the If filter to be dynamic. E.g.
If I filter the records for West region, then the statement should become
If [Region]="West" then "Y" else "N" end
Now If I change this filter on the filter shelf to East, the statement should become
If [Region]="East" then "Y" else "N" end
Is there any way to achieve this?
Thanks,
Tandra
-
3. Re: Identifying filtered data
tracyfitzgerald Mar 22, 2012 8:10 AM (in response to Tandra Bidyananda)Hi Tandra,
This can be done by creating a string parameter and setting the calculation to reference the parameter. I have attached a sample workbook. Hope this helps!
-Tracy
-
dynamic filter.twbx.zip 1.1 MB
-
