This content has been marked as final.
Show 3 replies
-
1. Re: COLUMN HEADING SHOWIN WITH A SYMBOL BASED ON CONDITION
HUSSAIN SHAIK Apr 17, 2017 2:34 AM (in response to shashank.sastry)Hi Shashank,
I tried to implement something similar to your requirement.
In the Below Image if my sales >130000 then I am displaying a header with '!!!'.
Below are the two calculations I am using to implement this.
1) Ship Mode Sales: { Fixed [Ship Mode]: sum(Sales)}
2) Ship Mode Header: if [Ship Mode Sales]>130000 then [Ship Mode] else [Ship Mode]+' !!!' end.
Attaching workbook for you reference.
-
Modified Header.twbx 1.2 MB
-
-
2. Re: COLUMN HEADING SHOWIN WITH A SYMBOL BASED ON CONDITION
shashank.sastry Apr 17, 2017 6:09 AM (in response to HUSSAIN SHAIK)thanks Hussain the solution is perfect albeit I need to show a exclamation image with this column header not just text so that's where I am unable to add a danger indicator to a column heading in tableau
-
3. Re: COLUMN HEADING SHOWIN WITH A SYMBOL BASED ON CONDITION
HUSSAIN SHAIK Apr 17, 2017 8:14 AM (in response to shashank.sastry)Probably you can Use UNICODE to acheive that.
Look into this article. Using symbols for calculated field