Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am fairly new to Qlik Sense Extension Development. I want to be able to access the "qHyperCube" of another extension that is present on the screen.
How could I do this ? Also, if there is any documentation that supports the same, would be great if anyone could share it.
Thanks!
Hi - I am developing a qlik sense extension that will provide feedback information on the current sheet selections and meta data. Ideally I would like to include some of the properties settings from other extensions being used on the sheet. My search for assistance led me here. My question is very similar - is it possible to access properties of one extension from another?
I would be surprised if this is possible.
But if it can somehow be frigged to do this I would strongly advise against having one extension being dependent on another as this would be digging yourself into an ongoing development & support nightmare hole.
Notwithstanding the above I am unclear about the reason for wishing to do this, could you advise.
When an end-user asks a support question, the feedback extension would list their app/sheet/user details and data selections. In some apps it may be useful to know other extension's property values.
Aah!! You should be able get all that info via Qlik API calls or vanilla javascript
I have never personally done what you are hoping to do but it all sounds viable and the Qlik API's are well documented.