Advance Filter not working

374
1
Jump to solution
06-10-2022 09:47 AM
Ed_
by MVP Regular Contributor
MVP Regular Contributor

I have an advanced predefined filter in Insights Desktop which uses expressions as shown below. When I select a particular filter say moderate which has values (3 and/or 4), the visuals only show value 3 not 4. 

SaadullahBaloch_0-1654879611890.png

SaadullahBaloch_1-1654879627041.png

 

However, I have another predefined filter which allows multiselection of the values, so when I select 3 and 4 they do show up on the map.

 

SaadullahBaloch_2-1654879640673.pngSaadullahBaloch_3-1654879651723.png

 

So, I am think I am not using the right expression. How can I fix this?

0 Kudos
1 Solution

Accepted Solutions
Ed_
by MVP Regular Contributor
MVP Regular Contributor

So the solution is to do 

 

floodfactor = 3 OR floodfactor = 4

 

View solution in original post

0 Kudos
1 Reply
Ed_
by MVP Regular Contributor
MVP Regular Contributor

So the solution is to do 

 

floodfactor = 3 OR floodfactor = 4

 

0 Kudos