I keep getting a "Comparison operatiors must be supplied two values of the same data type error". Problem is I'm not sure if my formula is correct as I am not a developer. Does anyone know of a formula that work for"
If field A <=5 and field B=NULL error, if not success.
This is my latest attempt and I get the error
@If(Rating<=5 & Comments=""; @Failure("You Must Enter Comments if Rating is 5 or lower");@Success)
If field A <=5 and field B=NULL error, if not success.
This is my latest attempt and I get the error
@If(Rating<=5 & Comments=""; @Failure("You Must Enter Comments if Rating is 5 or lower");@Success)