Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want user can decided the range of the dimension. Initially, I want to create a range slider but no extension is work for this purpose. So I start to use drop down in variable input. But when I set the formula into Dynamic value of the drop down : concat(valueloop (1,20),'|')
QS recognizes the field as string not number.
How to deal with this?
use concat(distinct field_name, '|')
What is the expected output here?
1
2
3
4
5
6
....
10
11
12
Valueloop alone gives the range why using concat here?
But I need to put it into the variable input...
Not filter
use concat(distinct field_name, '|')