Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
nsigitsutanto
Contributor
Contributor

how to show column in table only if there is a data in there (regardless if it is number or words)

How to show column in table only if there is a data in there (regardless if it is number or words)?
I would like to use "show column if" function but i have no idea how to do it. Can anyone help me? Thanx

Labels (1)
1 Reply
JordyWegman
Partner - Master
Partner - Master

Hi,

You can try:

IF((Sum([Column]) OR Count([Column])) > 0,1,0) = 1

Jordy

Climber 

Work smarter, not harder