Back
I wanted a calculated field to see the standard deviation of transactions
I have used a formula
If [AMOUNT] > STDEV([AMOUNT]) THEN "bad" ELSE "good" END
and i am getting a error
Use this calculated field
If [AMOUNT] > {STDEV([AMOUNT])} THEN "bad" ELSE "good" END
Want to learn more about it Tableau, then go through this Tableau Training for more insights.
31k questions
32.8k answers
501 comments
693 users