-
1. Re: Independent Filters in multilayered map ?
Zhouyi ZhangApr 11, 2018 6:27 AM (in response to pallavi.gupta.5)
Hi, Pallavi
Is your Account type dynamically loaded or it is a fixed list?
ZZ
-
2. Re: Independent Filters in multilayered map ?
pallavi.gupta.5 Apr 11, 2018 6:50 AM (in response to Zhouyi Zhang)Hi Zhouyi Zhang, Please explain the difference between dynamically loaded and fixed list ?
-
3. Re: Independent Filters in multilayered map ?
pallavi.gupta.5 Apr 11, 2018 9:24 PM (in response to pallavi.gupta.5)Can anybody help me on this please ?
-
4. Re: Independent Filters in multilayered map ?
Peter FakanApr 11, 2018 10:26 PM (in response to pallavi.gupta.5)
Hi Pallavi,
Change your filters to parameters, and redesign your viz to use the parameters instead of filters. Inside your calculated fields for the 'all' category, use the below example;
CASE [Call_sign parameter]
when "Donors" then [Call_Sign] = "Donors"
when "KWAO" then [Call_Sign] = "KWAO"
when "All" then 1=1
END
The design of your viz will change because of the alteration to parameters - at the moment the filters are doing all the work from the filters menu so its a bit hard to redesign an example for you based off somebody else's example, however if you use them instead of filters, the map will not disappear.
HTH
Peter
-
5. Re: Independent Filters in multilayered map ?
pallavi.gupta.5 Apr 12, 2018 12:50 AM (in response to Peter Fakan)Thank you so much Peter. You are right that it will be possible only with parameters. But my requirement was to have multiple selection which wont be possible in parameter.
I can try creating 2 different views one with dots and one without and show them