Forum Discussion
RyanStanford1
7 years agoQrew Captain
I was able to figure out the solution... Please see below:
var Number Rate = If([Branch - H&W Deferred Rate]>0, [Branch - H&W Deferred Rate],[Branch - H&W Cash Rate]);
This was part of a huge calculation field, hence why I wanted the use the variable here.
var Number Rate = If([Branch - H&W Deferred Rate]>0, [Branch - H&W Deferred Rate],[Branch - H&W Cash Rate]);
This was part of a huge calculation field, hence why I wanted the use the variable here.