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: 
liucia_liucia
Partner - Contributor II
Partner - Contributor II

Years selection (selecting multiple values)

Hello,

I want to change the selection of years. Before the value code was written like this: ("2020"|"2021"|"2022"|"2023"|"2024"). I want to change to 2021-2025. But when I change the selection is not shown again in the sheet. In the value code i have an error of expected ')'. Maybe someone had this problem or know how to solve it?

liucia_liucia_0-1743169967619.png

 

Labels (1)
1 Solution

Accepted Solutions
MatheusC
Specialist II
Specialist II

Pass the values ​​into your action as below:

='A;B;C;D

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!

View solution in original post

3 Replies
MatheusC
Specialist II
Specialist II

Pass the values ​​into your action as below:

='A;B;C;D

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!
BrandonFontes
Partner - Contributor III
Partner - Contributor III

@liucia_liucia 


Olá! 

 Basta inserir desta forma: ='ANO_1,ANO_2,ANO3'

Captura de Tela 2025-03-28 às 20.02.21.png
Captura de Tela 2025-03-28 às 20.03.12.png

Project Leader and Qlik Specialist at Work Avanti Solutions | www.avantisolucoes.com.br
liucia_liucia
Partner - Contributor II
Partner - Contributor II
Author

Thank you!