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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
kris_vliegen
Partner - Creator III
Partner - Creator III

Copy selection

Hi all,

I have a dashboard with prices from shops from different ( concurrent) shopbrands.

So they can see if the price for a specific product is good.

Now I have different users who all have there own brand.

I have implemented section access to connect the user to an brand.


Is it possible that the the brand of section-access should always be selected in de brandlist and that the user can choose with what brand they wel compare?


Brand from section access = abc

Brandlist

abc

def

fgh

dkl

abc should always be selected and the user should select al the other or one or 2 or .. of the other brands.

Regards,

Kris

12 Replies
kris_vliegen
Partner - Creator III
Partner - Creator III
Author

Yes, but what with this

The B E isn't selecting

select.JPG

giakoum
Partner - Master II
Partner - Master II

the you need to use double quotes for the values. replace the trigger expression with :

='("' & GetFieldSelections(Customer, '"|"') & '"|"A")'

kris_vliegen
Partner - Creator III
Partner - Creator III
Author

Thanks all for your responses.

Regards,

Kris