Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Why don't you just add three select in field actions to the object with 1 string in each?
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
would a macro do the job? you can use activedocument.fields("FieldName").select "Value" and use toggleselect for each other value.
Select In Field of just 'Mayfair' will automatically select single member parents in your hierarchy.
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.
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.
Did you try by creating a combined field of Region+City+Town and passing the search string?
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.