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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Multiple values in Select Field

Hi All

I was looking at various posts within the community to see if anyone has come across a problem of selecting multiple values in "Select in Field" option within actions but haven't come across a solution yet.

I'd like to select multiple fields and their values when clicked on a text object. Something like

Field: Region | City | Town

Search String: UK | London | Mayfair

Thanks for your help.

Kash

8 Replies
Not applicable
Author

Why don't you just add three select in field actions to the object with 1 string in each?

Not applicable
Author

I have a requirement where in I have to pass in 5 values (use 5 different select fields) across various places within the Qlikview document.

Instead of adding 5 select fields on each of the text object, I was wondering if there is an easy way to pass in multiple values

kouroshkarimi
Creator III
Creator III

would a macro do the job? you can use activedocument.fields("FieldName").select "Value" and use toggleselect for each other value.

Not applicable
Author

Select In Field of just 'Mayfair' will automatically select single member parents in your hierarchy.

Not applicable
Author

Hi Klangley

I'd like to pass in the some values from one tab to another hence can't really select the child values.

Thanks for your help anyway.

Not applicable
Author

Hi Klangley

I'd like to pass in the some values from one tab to another hence can't really select the child values.

Thanks for your help anyway.

Not applicable
Author

Did you try by creating a combined field of Region+City+Town and passing the search string?

tanelry
Partner - Creator II
Partner - Creator II

I think the simpliest way is to use bookmark.

Make those selections first, add bookmark (with option to apply "on top of current selections"), and assign action to your button / text object  to call the bookmark.