![External User - Himshikha Purohit (Customer)](https://community.tableau.com/img/userprofile/default_profile_45_v2.png)
Himshikha Purohit (Member) asked a question.
In Tableau I have a sheet in which one field has 3 option or maybe in fututre it can inscrease that is interaction so i want where the interaction is zero values should not be shown but we are gettign null option as well bt we want the values at null but not on zero
I have created a calculation as if interaction <>0 then interaction.
i create this with interaction as integer and interaction as string, so both are not giving any values in null and zero.
shown in below screenshot:
How to achieve this- values not in zero but want to show in Null
Write your condition as follows:
Interaction <> 0
OR
ISNULL(Interaction)