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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
santho_ak
Partner - Creator III
Partner - Creator III

Show/ Hide complete column with 'Null' or 'no Values' in straight Table

Show/ Hide complete column with 'Null' or 'no Values' in straight Table. 

Actual :

sashokku_2-1610387820831.png

 

I am able to hide the 'Salary' column using the condition Count(Salary)>0 or Sum(Salary)>0. (Not sure if it is right but it works)

Que 1: However, I need to hide 'Request Type' column whenever there is no data/ null.

 Que 2: Hide 'Request Category' column whenever it is Null (Empty space and '-' as well)

Required:

sashokku_1-1610387797541.png

 

Labels (1)
3 Replies
Anil_Babu_Samineni

Check these

Que 1: However, I need to hide 'Request Type' column whenever there is no data/ null.

- Check "Supress When value is null" is one option

- May be write calculated condition : If(Len([Request Type])>0, [Request Type])

 Que 2: Hide 'Request Category' column whenever it is Null (Empty space and '-' as well)

- Enable Calculate condition for Coulmn.If like... If(IsNull([Request Category]), 0,1)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
santho_ak
Partner - Creator III
Partner - Creator III
Author

Thanks @Anil_Babu_Samineni . For Que 2, its not working.

Anil_Babu_Samineni

My case it is working, check once

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful