Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Smart Search - Mashup

Hi Experts!

Is it possible to embed the Smart search tool in a mashup?

If yes, how?


Thank you very much!

3 Replies
Anonymous
Not applicable
Author

Hello Andrea,

As far as I know, you can build it yourself using the capabilities API. Check out the following pages:

searchSuggest method ‒ Qlik Sense

selectAssociations method ‒ Qlik Sense

Anonymous
Not applicable
Author

Hi Andrea,

Could the Single configurator ‒ Qlik Sense‌ help you?

On the right side, you get the Options > Selections > Show selection bar tick box.

Aiham_Azmeh
Employee
Employee

Hi Andrea,

You should be able to use the getObject method ‒ Qlik Sense ‌ with "CurrentSelections"

var app = qlik.openApp("some_app_id", config);

app.getObject("elementId", "CurrentSelections");

I hope this helps