Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
christian77
Partner - Specialist
Partner - Specialist

Dimensionality in Sense

 

I made a new column in a table. For that new column, I do not want to have any total at all. I selected No Total, from the option box. It is very good except for the dash. I don’t want a dash. There is no option to choose the symbol for null values. Well, I could use the function dimensionality(), but what happens; It does not work.

 

I’d like to have all the functions provided working fine, in sense and in view, both.

 

Thanks.

 

1 Reply
Not applicable

use this for dont have the "-" (dash😞

IF(ISNULL([campo]) OR Round([campo])=0,0.0,[campo])