Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
This syntax is correct
If(
[Related Department or Group] = 3 and Contains(ToText([Tools]), "ASR (Legacy)")
and [Need Advanced Search] = "No", "sec-idm-ccna-mstr-asrlegacy-cbsalldata")
So if that is not working then the data in the fields is not what you expected. For a record that is not working, what is in the field
[Related Department or Group]
and what is in the field
[Need Advanced Search]
Note that the "No" will be case sensitive, for example if the data has "no", then that will not be true.
If(
[Related Department or Group] = 3 and Contains(ToText([Tools]), "ASR (Legacy)")
and [Need Advanced Search] = "No", "sec-idm-ccna-mstr-asrlegacy-cbsalldata")
So if that is not working then the data in the fields is not what you expected. For a record that is not working, what is in the field
[Related Department or Group]
and what is in the field
[Need Advanced Search]
Note that the "No" will be case sensitive, for example if the data has "no", then that will not be true.