JoseQuiervo
Programmer
I want to have an @If determine that if the field value is >= 10 and <=25 and another field's value is >10, then the result will be "Failed". But using 3 &'s isn't working and I figured this out before, I'm just having a lapse this Friday afternoon.
Example of what's not working:
@If(Field1 >=10 & <=25 & Field2 >10; "Failed" ; Field2)
Thank you for the help, have a great weekend.
Example of what's not working:
@If(Field1 >=10 & <=25 & Field2 >10; "Failed" ; Field2)
Thank you for the help, have a great weekend.