Hi,
Really new to this, I'm trying to set the default view ("source view) in a lookup control based on a condition.
I tried the following :
fn-If(amount >= 250000, "role1", "role2")
But I get the error:
value with name "fn-If(amount >= 250000, "role1", "role2")" does not exist.