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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

when using searchsuggest function, can i get the field name of suggested value??

I want to search class code among the majors in example below.

If I type some thing 305 as searchTerm, the suggestion shows the class codes that include 305 and which field it's included.

app.searchSuggest([searchTerm], {qSearchFields: ['engineering', 'marketing', 'science','literature']} ,function(reply){

}

i checked the values inside reply ,and it has the list of values for qSuggestions but nothings inside qFieldNames.

Can anybody help me??

Thanks in advance!

0 Replies