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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Associated data to be selected in list box

Hi, I am using member Id is the key to represent the data in dashboard. But now, I want to show accounts associated to  emailID in a object of same sheet.

I used below expression to avoid all filters on object except Email ID.

    count({<$(=concat({1<$Field-={'mbrEmailAddress'}>} '[' & $Field & ']=',','))>} mbrID)

It works fine but I have to select associated email ID as selected. Is there any other solution to make associted emailID can be selected to show accounts?

1 Reply
sebastiandperei
Specialist
Specialist

Hi,

Try with Count ({1<emailID=P(emailID)>} mbrID)