Hi,
Im hoping someone could help with something simple. I want to have a combo box which Is dependant on the value calculated in a different box. I just cant get it to work.
Im assuming it would be something like this?
If(Label14.Text>"20",DataCardValue264.SelectedItems="Suspension",DataCardValue264.SelectedItems="Pass")
Could someone possibly help with this