Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Inside my mashup html file, i have a simple container for getting current selections, like so:
<div id="CurrentSelections" class="qvobjects"></div>
With the corresponding Javascript:
var app = qlik.openApp('dc8e0c21-2eac-4395-aeac-befa448a034d', config);app.getObject('CurrentSelections','CurrentSelections');
Is there a way to get the filter pane in a similar way?