Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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))