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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Button - Select in Field

Hello,

I have a button that I want to select multiple fields values in a Field.

Field:

ABC Name

Values:

FY16 - A - 1

FY16 - A - 2

FY16 - B - 1

FY16 - B - 2

I couldn't get even one selection to work.. is it because of the spaces in the field/values? How would I also approach using a wild match perhaps to select values that contain FY16 - A?

Thank you!!

-Jason

1 Solution

Accepted Solutions
sunny_talwar

This seems to work:

Capture.PNG

Attaching the qvw for your reference as well.

HTH

Best,

Sunny

View solution in original post

6 Replies
sinanozdemir
Specialist III
Specialist III

Perhaps, something like the below

Capture.PNG

Change the field name to 'ABC Name'

sunny_talwar

This seems to work:

Capture.PNG

Attaching the qvw for your reference as well.

HTH

Best,

Sunny

jagan
Partner - Champion III
Partner - Champion III

Hi,

Try like this

Properties -> Action-> Select in field->

Field : [ABC Name]

Search String: =Left(Maxstring([ABC Name]), 😎 & '*'

Regards,

Jagan.

Not applicable
Author

Thank you, this worked!

sunny_talwar

No problem

Johan_Kassing
Contributor II
Contributor II

Thank you Sunny!