Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sumanta12
Creator II
Creator II

How to display a string instead of '-' (null) in Qliksense?

I would like to display 'Departments' when the value is null(Yellow Marked) of SUBGROUP field.

Pic.PNG

3 Replies
beck_bakytbek
Master
Master

Hi Kumar,

check this:

https://www.youtube.com/watch?v=l20fjOQgbRc

i hope that helps

pedrolyra
Contributor III
Contributor III

Hey mate,

Use ALT function:

alt(sum(value),0)

where "0" is the "thing" you want to display instead of null

mell90
Contributor
Contributor

Hello  @sumanta12 ,

I have the same issue , did you found a solution ?

thanks