Hi all - I'm creating a validation rule for ...

Hi all -

Iโ€™m creating a validation rule for a drop down list that references different lists depending on another value in the form ([tx type]). It works except the last ifs statmentโ€ฆ

If [tx type] doesnโ€™t equal the conditions in my ifs() statement, I want the user to be able to input any value.

How do I do this? Can I create a list that allows any value? My last attempt is belowโ€ฆ

=ifs( [tx type]=โ€œClient Billโ€,select(clients[company short name],[status]<>โ€Inactiveโ€), [tx type]=โ€œClient Bill Pmtโ€,select(clients[company short name],[status]<>โ€Inactiveโ€), [tx type]=โ€œCarrier Billโ€,select(carrier accounts[label],and([carrier id]=[_thisrow].[carrier],[status]<>โ€Inactiveโ€)), [tx type]=โ€œCarrier Bill Pmtโ€,select(carrier accounts[label],and([carrier id]=[_thisrow].[carrier],[status]<>โ€Inactiveโ€)), TRUE,{TRUE})

Thanks for any help!

-Cy

0 1 280
1 REPLY 1

Hi all just checking in for tips! @Aleksi_Alkio any thoughts?

Top Labels in this Space