Hi, I'm been trying for ages to but clearly my logic is flawed. It's supposed to look at two choice fields (Change Type and Risk Level), and if the Change type is NOT Emergency, and the Risk Level is NOT Low, then the button will show. If either is true, then the button should stay hidden. Can anyone help?
Here's the statement:
If(
Not(DataCardValue4.Selected.Value="Low" and DataCardValue32.Selected.Value="Emergency"), true, false)
Thanks!