Skip to main content

How to remove or hide blank row in highlight table of Tableau 10.3??In highlight table I don't want blank or white if the data is Null it should get replace with zero or "-".Or  If it remained blank then there should be same color to be present in it. I tried by creating calculated field with 'zn' function i.e zn([Quantity]), but still it remains as it is.

4 Antworten
  1. 31. Okt. 2017, 11:57

    Ooook,

    I found it!

    So, what you get, it's not technically a NULL value, but a missing one.

    So, you should transform your SALES in:

    LOOKUP(sum([Sales]),0)

    then you can right clickOoook,I found it!So, what you get, it's not technically a NULL value, but a missing one.,

    choose the measure pastedImage_1.png

    and work with Special Values.pastedImage_2.png

     

    Does it work for you?

    Hope it can help!

0/9000