Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
In QlikView I would use this:
=Concat(DimName, ';', DimNo)