I thought I saw this posted before but I could not find it.
It seems like an if will not work in a choce_filter?
if(${PlantTypesCollected}="Noxious and Native", ${StateCode}=statecode or ${AlwaysLookup}=always, (${StateCode}=statecode or ${AlwaysLookup}=always) and ${PlantTypesCollected}=nonnative)
It also will break the choice_filter if I add any parens. This makes it hard to do my query no matter what I try.
Is there another way to pull this off?
thanks