Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Only show an expression in chart if field selected in a list box.

Hi community,  I have several fields of data that are just numbers on dates.  I was wondering if anyone had any ideas how to make a graph that would only show the field if it was selected in a list box? 

1 Solution

Accepted Solutions
swuehl
MVP
MVP

You mean something like a conditional enablement of an expression? This is a new feature in QV11, so if you are using QV11, you might want to look into the Whats New in QV11 demo, especially the Reports tab:

http://eu.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs/Whats%20New%20in%20QlikView11.qvw&host...

View solution in original post

3 Replies
swuehl
MVP
MVP

You mean something like a conditional enablement of an expression? This is a new feature in QV11, so if you are using QV11, you might want to look into the Whats New in QV11 demo, especially the Reports tab:

http://eu.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs/Whats%20New%20in%20QlikView11.qvw&host...

Not applicable
Author

Brandon:

If you are using QV11 there is a easier way. Look into the last sheet in whats new in qv 11 file (available in the installation directory).

If you are have different version this can be done thru macro (I used to use this but not anymore). APIs are available to remove the existing expressions and add new ones. Create a inline load with list of fields you need to use and trigger this macro when the field selection is changed.

Regards,

Kiran Rokkam.

Not applicable
Author

There are ways to do this in QV 10, but you are right that QV 11 rocks at this.  I used conditional for the expression to get this to work.