Select to view content in your preferred language

Can you use a if in choice_filter?

170
1
06-29-2020 08:55 AM
DougBrowning
MVP Esteemed Contributor

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

0 Kudos
1 Reply
DougBrowning
MVP Esteemed Contributor

Never did get it so my workaround was to concat 2 columns in Excel in order to get all the keys I need into 1 column (CONative).  Then did the lookup on that column using a field with a formula on it.

So if(value is x, lookup code, junk) so returns nothing.

Hope that helps someone.

0 Kudos