If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
Hi Experts!
Is it possible to embed the Smart search tool in a mashup?
If yes, how?
Thank you very much!
Hello Andrea,
As far as I know, you can build it yourself using the capabilities API. Check out the following pages:
Hi Andrea,
Could the Single configurator ‒ Qlik Sense help you?
On the right side, you get the Options > Selections > Show selection bar tick box.
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