RyanStanford1
7 years agoQrew Captain
Formula Field variables set in an if statement
I am trying to assign a variable value in a formula field... but with the catch that the criteria is if a number is greater than 0... Example:
If([Branch - H&W Deferred Rate]>0,
var number Rate = [Branch - H&W Deferred Rate];,
var number Rate = [Branch - H&W Cash Rate];)
I've attempted the Case Switch... but that didn't work the way I need it to.
If([Branch - H&W Deferred Rate]>0,
var number Rate = [Branch - H&W Deferred Rate];,
var number Rate = [Branch - H&W Cash Rate];)
I've attempted the Case Switch... but that didn't work the way I need it to.