Hello, maybe this is not even possible, but if it is, what would be the proper syntax for this ?
Solved
IF Statement syntax
IF(VALUE({Total Rate 6})) >0, VALUE({Total Rate 6}), Blank()
This field is showing the data of another column called "Total Rate 6", but i want it to be blank if the amount is 0(zero)
Best answer by Matt_Boudreau
hmm, still says invalid
*you have a parenthisis at the wrong spot, that this snippet:
IF(VALUE({Total Rate 6}) >0, VALUE({Total Rate 6}), "")
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
