How can a extension get the values the user is filtering on Qlik?
I'm creating extension for Qlik using nebula.js. Place the html button using useElement() and call the function from the onclick attribute. I want to use the value that the user is filtering on Qlik in this function. How can I get the value of the filter from the extension's javascript code?