This content has been marked as final.
Show 2 replies
-
1. Re: Restricting dynamic filter options based on cell size at lowest LoD in viz
Patrick A Van Der HydeAug 31, 2018 2:50 PM (in response to Andrew Kerekes)
Hello Andrew,
This is a great question. I'm wondering if it might work with a command such as if index()<10 then null else [data] end. might be the sort of thing that would work here?
If you have a bit of anonymous data, this would be fun to test around with.
Patrick
-
2. Re: Restricting dynamic filter options based on cell size at lowest LoD in viz
Andrew Kerekes Oct 21, 2018 1:05 PM (in response to Patrick A Van Der Hyde)Hi Patrick, Thanks for replying and for your suggestion - Going to give it a shot and will post back on success or otherwise. Andrew