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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Select in field, set search string

I am trying to assign an action to a button where a specific value is set in a field, but i can't get the syntax right.

What am I doing wrong?

search string.jpg

Labels (1)
1 Solution

Accepted Solutions
m_woolf
Master II
Master II

What you have should work, although the = and apostrophes aren't necessary.

Is the field name correct?

does the data "Front-end Enhancements" exist exactly as shown?

View solution in original post

3 Replies
sunny_talwar
MVP
MVP

Try this may be:

'Front-end Enhancements' //Without the equal sign

or just Front-end Enhancements //Without the single quotes also

Note: Make sure the upper case and lower case matches exactly

m_woolf
Master II
Master II

What you have should work, although the = and apostrophes aren't necessary.

Is the field name correct?

does the data "Front-end Enhancements" exist exactly as shown?

Not applicable
Author

My mistake, i had missed the 'e' out of Enhancements my data load!

thanks guys