Hi,
I'd like a world map to only show certain groups. I've done this by using the Filter Groups (SWQL) section using this command
Groups.CustomProperties.NetworkName = 'ValueHere'
This works great, but I'd like an "OR" statement along the lines of:
Groups.CustomProperties.NetworkName = 'ValueHere' OR
Groups.CustomProperties.NetworkName2 = 'Value2Here'
That syntax doesn't work, so was wondering if there was an AND/OR statement that can be used in that context?
Thanks