Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jeevays7
Partner - Creator III
Partner - Creator III

using a variable into value list fucntion

Hi All,

I have a variable (vVALUE) and it has the value : 'A','B','C','D'

variable name: vVALUE, and the value inside the variable will get change based on field selection.

I need to use that variable into value list function for dimension in a table chart.

How to achieve this? Please help me.

1 Solution

Accepted Solutions
jeevays7
Partner - Creator III
Partner - Creator III
Author

Actually i want the expression (valuelist function using variable) like this.

pick(match(ValueList($(vValueList)),$(vValueList)),$(vValueForCal) )

and I got it now and working fine. Thanks for your reply sunny.

View solution in original post

6 Replies
sunny_talwar

Would you be able to share a sample to see what you will have?

jeevays7
Partner - Creator III
Partner - Creator III
Author

Actually i want the expression (valuelist function using variable) like this.

pick(match(ValueList($(vValueList)),$(vValueList)),$(vValueForCal) )

and I got it now and working fine. Thanks for your reply sunny.

jeevays7
Partner - Creator III
Partner - Creator III
Author

I have s doubt sunny,

How many values can be concatenated and be stored in a variable?

Like vVar1='A','B','C'

vVar=3 value

sunny_talwar

How many values can be concatenated and be stored in a variable?

I am not aware of any limits

jeevays7
Partner - Creator III
Partner - Creator III
Author

Ok Thank you sunny.

sunny_talwar

No problem. Please close the thread by marking your response as correct.

Best,

Sunny