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: 
QSMACHBI
Contributor III
Contributor III

ValueList with variables

Hi Guys,

I'm novice in Qlik Sense (BEGINNER - Level 0 )

I've tired to pass a variable as a parameter for the ValueList() function to laod a dimension, but I've an issue with the syntax :

=ValueList(

$(vJanExActif),

$(vFevExActif),

$(vMarExActif),

$(vAvrExActif),

$(vMaiExActif),

$(vJuiExActif),

$(vJulExActif),

$(vAouExActif),

$(vSepExActif),

$(vOctExActif),

$(vNovExActif),

$(vDecExActif),

$(vSpecExActif)

)

For me, as an example  :

vJanExActif  :  'JAN-14'

vFevExActif :   'FEV-14'

...

$(vSpecExActif)  :'SPE-14'


Can you help me. resolve this issue

2 Replies
felipedl
Partner - Specialist III
Partner - Specialist III

Hi Mouhyeddine,

See this link for an example

Synthetic Dimensions - ValueList() (Example)

Regards,

Felipe.

QSMACHBI
Contributor III
Contributor III
Author

Thanks,

Regards.