I am trying to do the same and have an OR statement in my static options in a multiselect dropdown. when viewing in my search the OR is not showing as a delimiter. I have tried both with and without the delimiter command. Anyone have some advice?: <input type="multiselect" token="Realm_Name" searchWhenChanged="true"> <label>Select Realm Name:</label> <fieldForLabel>Realm Name</fieldForLabel> <fieldForValue>Realm Name</fieldForValue> <search> <query>index=twc_acme_pr_realm | dedup "Realm Name" | fields "Realm Name" | sort "Realm Name"</query> <earliest>-7d@h</earliest> <latest>now</latest> </search> <delimiter> OR </delimiter> <choice value="*">*</choice> <choice value="*comcast*">COMCAST</choice> <choice value="*impact*">IMPACT</choice> <choice value="*iqnt* OR "Realm Name"=*nt-*">IQ</choice> <change> <condition value="IQ"> <set token="tokRealm_Name">""Realm Name"=*iqnt* <delimiter> OR </delimiter> "Realm Name"="*nt-*" </set> </condition> </change>
... View more