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

inline load selection

Good day community

Is it possible to display a graph or table based on a selected listbox value?. Listbox is made from an inline table loaded e.g. below:

LOAD * INLINE [
%ShowList5
Actuals
Prior Year variance %
Prior Year variance Rand

Thanks

Matlotlo

1 Solution

Accepted Solutions
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

Hope this is what you are looking for:

In chart properties > Layout > Set Conditional and add expression as below.

clipboard_image_0.png

Refer qvw attached for reference.

 

Thanks and regards,

Arthur Fong

View solution in original post

2 Replies
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

Hope this is what you are looking for:

In chart properties > Layout > Set Conditional and add expression as below.

clipboard_image_0.png

Refer qvw attached for reference.

 

Thanks and regards,

Arthur Fong

nkosinde13
Creator
Creator
Author

Thank you very much.  It works perfectly 🙂