Forum Discussion
adityavighne
Continued Contributor
6 years agoAdd target column to calculated table
Hi, I have calculated column and I want to add target for that and get difference value. How can I do this. Name,Open,Close and total is calculated table and Target, Difeerence column I want ...
adityavighne
Continued Contributor
6 years agoAnonymous
I want to add target for each by hard coding.
Anonymous
6 years agoNot applicable
Hi,
You can use SWITCH statement to list target as 50 for A , 100 for B , 150 for C etc. SWITCH ("ColumnA","A",50,"B",100,"C",150,0)
Regards
Rohit