currApp in an extension is confused and returns the wrong application when more than one application is opened
Hi,
we created a webpage that calls the Qlik API to open multiple applications and embed objects from these applications. the wbpage is divided into multiple tabs and each tab will embed objects from a single application.
one of the embeded objects is an extension that exports a table in the same app, the extension uses the table ID to retrieve and export the table contents
the problem we encountered was that when that extension uses the currApp method, it does not open the app where it resides - it actually opens the first app that the webpage opens. obviously when it retrieves the table ID it cant find it in the wrong app and returns object not found
has nayone had this experience before? is there a workaround to get the app where the extension resides? one obvious solution is to change the order of the apps to open, however, we have the extension in multiple apps.