Portal 10.6.1
ArcGIS Web App Builder standard
Hi all,
I've got 3 pre-defined queries in a simple filter (WAB filter widget)
point feature with a 'type' column, all features are either type A, B or C
filter 1 - Type is A
filter 2 - Type is B
filter 3 - Type is C
the filter works fine when only one is turned on by the 'switch'
The problem is when they get combined e.g. I turn filter 1 and filter 2 on is that they mutually exclude each other.
expected functionality - Type A and B are both displayed, type C is not.
actual functionality - Nothing displays
I get that this is very likely that the 2 queries are being combined with an 'AND', but am I missing some option to do this as an 'OR'.
Thanks