Trying to simplify the number of label classes . So I'm trying to set the expressions used in the When logical function by replicating the SQL Quaries previously used to distinguish between label classes.
But I'm struggling to replicate this one
FEATURETYPE = 'Railway' And STATUS = 'Operational' And OWNER NOT IN ('Private', 'Aurizon') AND ROUTENAME NOT LIKE '%System' AND ROUTENAME NOT LIKE '%Yard' AND ROUTENAME NOT LIKE '%Siding'
I know wildcards are a bit tricky in Arcade which is where I'm getting stuck.
Any help would be appreciated.