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: 
hjm35055
Partner - Contributor III
Partner - Contributor III

Column in chart that reflects names of other columns in chart

Hi,

I have a chart in QlikView that is similar to the chart below but with more columns.  What I am trying to do is create the column highlighted in yellow. I want to list the column headers where the value is greater than 0.  The expressions for the columns are below.

Screen Shot 2017-08-02 at 3.54.03 PM.png

Blank Entity ID:  sum([_Null Entity ID]

Blank Year:  sum([_Null Year]

Blank Period:  sum([_Null Period]

Blank Product ID:  sum([_Null Product ID]

Thank you!

3 Replies
Anil_Babu_Samineni

You mean to say you need to fetch the label names of expression when >0 of your metric. Isn't it ??

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
arvind_patil
Partner - Specialist III
Partner - Specialist III

HI Hannah,

May be below expression help you.

if(is null(Column(2),[Data Issues],'Value')

Thanks,

Arvind Patil

hjm35055
Partner - Contributor III
Partner - Contributor III
Author

yes