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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how do we pass certain characters to a sql input and then fetch the data according to the the characters passed?

 
Labels (2)
10 Replies
Anonymous
Not applicable
Author

yup it should. You can just try giving row1.alphabet. If that doesn't work, then you can explicitly get the value by using the get method,

(string)globalMap.get("row1.alphabet").

Also your syntax seems a bit off.

It should be where row1.names like '"+(string)globalMap.get("row1.alphabet")+"%'" i.e make sure your double quotes and single quotes are properly enclosed.