Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like to create a drop down list from a field and place the result in a variable
The field contains a list of Hosts.
Is this possible and if so please tell me how?
Not to worried, figured it out.
I set up a Variable in Qlik called vDropdown
Then used the Variable extension. -
set Variable name as: vDropdown
selected Show as: Drop Down
Under values:
Set values as: Dynamic
and put the formula as
=concat(distinct FieldName, '|')
with Fieldname being the list of values you wanted
You will need extensions. There are a few in Qlik Branch but not many are certified i.e.may cause issues when upgrading versions.
Hi Jerry,
Is this for QlikView or Sense?
Hi Sneha,
This is for QlikSense
I have the Variable extension installed, it has dropdown in the options but I didn't get it working and found no info on how to use that aspect
Not to worried, figured it out.
I set up a Variable in Qlik called vDropdown
Then used the Variable extension. -
set Variable name as: vDropdown
selected Show as: Drop Down
Under values:
Set values as: Dynamic
and put the formula as
=concat(distinct FieldName, '|')
with Fieldname being the list of values you wanted
Is this possible in QlikView?
@jerry_ile Your approach works fine. I wanted to ask if it's possible to have multi-selection instead of only single-selection in the drop down list. Is this feasible?