Hi,
I have to buttons which can't be both in the same time positive.
I want that if one is true the other will be false, and the opposite.
I have tried to set the default value with:
If (DataCardValue10=true,false,true)
But I receive error.
Can someone help me please?
BTW I want to have the option for both to be false
(So the options are: 1. true, false 2. false, true 3. false, false)
