I am grouping my nodes by the comment section.
I currently have a column for each set of equipment. My syntax in those filters work fine;
Comments <> 'AMI_Metro' (for column 1)
Comments <> 'AMI_Macro' (column 2)
I'm trying to create a third column that would be for all equipment EXCEPT the two above. How do I create an OR statement in the SQL filter line?
I've tried the following:
Comments <> 'AMI%'
Comments <> 'AMI_Metro' OR 'AMI_Macro'
Comments <> 'AMI_Metro' OR Comments <> 'AMI_Macro'
They either dont filter it, or return a syntax error. Can anyone assist with an OR statement?
Thanks
Nhicks