
Announcements
I have boxes that will appear if the input of another box is any variation of "yes". Is there an easier way to have all variations of "yes" in an If statement?
This is a sample of my code that I am using:
If('Text Box'.Text="YES",true,'Text Box'.Text="Yes",true,'Text Box'.Text="yes",true)
Upper(Text(TextBox)) in ["TRUE", "YES", "1"]
can remove the true and 1, just there for examples of how this can be expanded