Hey everyone,
We are having trouble using a 'ForAll' with my If statement. Here is what we have:
ForAll(Gallery3.AllItems,If(Checkbox1.Value=false And Checkbox2.Value=false,displaymode.disabled,Displaymode.edit))
We are getting an error stating the ForAll expects an enum value.