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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Amit_B
Creator III
Creator III

Value selections in Variable Input

Hi everyone,

I would appreciate a little help as I don't understand what I did wrong.

In the script, I defined an inline table with two columns — DimNo and DimName.
I also defined a variable (vSelectedDim) that gets the value of 1. This variable refers to the first dimension in the table I created (as default value).

In the UI sheet, I used a Variable Input object. I linked it to the variable and in the list of values, I dynamically set the DimName values using:
=Concat(DimName, '|', DimNo)

I expect the Variable Input display the list of the dimensions from the table, with the first dimension selected (vSelectedDim = 1). However, nothing is selected in the Variable Input.

I would appreciate an explanation.

1 Reply
marcus_sommer
MVP
MVP

In QlikView I would use this:

=Concat(DimName, ';', DimNo)