Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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