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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Extensions: the best way to get current selections?

What is the best way to get current selections from within an extension -- those that are usually visible in the CurrentSelections box?

Thanks!

3 Replies
Not applicable
Author

I need the answer and sample code for this too. Someone please help!!

Not applicable
Author

Some like this?

     for (var rowIx = 0; rowIx < QVGlobal.Data.Rows.length; rowIx++)

     {

      var row = QVGlobal.Data.Rows [rowIx];     

      var lat = row[0].text;    ---> Define in the properties.qvpp/Definition.xml

        etc.

    }

Not applicable
Author

rsp-port,

It would be nice to have some kind of global object with Data property, but object QVGlobal cannot be found in the browser DOM.

Could you please check the spelling?