Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
Hope someone can help me regarding this concern
I want my number of track become 1 instead of 0 if the value of six column is <80 it will show number of track =1
i used this formula to compute the number of track if the value is >=80 =1
Thanks in advanced!
Solved! Go to Solution.
I already solve my problem haha
Track =
var Greater = IF(formula here)
var Zero = IF(Greater = 0, 1, Greater)
RETURN Zero
I already solve my problem haha
Track =
var Greater = IF(formula here)
var Zero = IF(Greater = 0, 1, Greater)
RETURN Zero