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: 
QFanatic
Creator
Creator

Toggle display in chart

hi all

PFA,

In the attached model, in the chart, I want to user to click on the button to choose whether they want to see volumes or values of a table.

however it doesnt work...the values dont display in the expression...I have brain fogg....please assist?

 

Thank you

1 Solution

Accepted Solutions
richard_chilvers
Specialist
Specialist

Try:

 

SUM({<TABLE={'Teradata'}>} IF(vType = 'Value', VALUE, VOLUME))

View solution in original post

1 Reply
richard_chilvers
Specialist
Specialist

Try:

 

SUM({<TABLE={'Teradata'}>} IF(vType = 'Value', VALUE, VOLUME))