Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How do I get selected information from a listbox?

I have a listbox that filters the years and need to know if there are more than a selected year. And make a comparison if the variable is different from null or empty then show me this dimension. It can? Help.

Traducido con: https://translate.google.com.mx/

Tengo un listbox que filtra los años y necesito saber si hay mas de un año seleccionado. Y hacer una comparacion de si la variable es diferente a nulo entonces muéstrame esta dimensión. ¿Se puede? Ayuda.

1 Solution

Accepted Solutions
maxgro
MVP
MVP

GetSelectedCount(Year) is the number of selected year

In a chart you can display the Year dimension with the Enable Conditional flag

1.png

View solution in original post

2 Replies
maxgro
MVP
MVP

GetSelectedCount(Year) is the number of selected year

In a chart you can display the Year dimension with the Enable Conditional flag

1.png

Not applicable
Author

Thank you so much it works.