In every new Qlik Sense release, we see some cool additions and features that make our life easier. All of the major ones, are discussed here, https://community.qlik.com/blogs/qlikproductinnovation/2018/09/11/qlik-sense-september-2018-has-arri..., but for those that work a lot with the Capability Api, there are 3 very much desired and long expected features: exportData, exportImg and exportPdf. With these, you can export any embedded object from your mashup in the above formats. You can also customize them by passing the desired options.
Below are the links to the help files so you can experiment more.
I have not looked into the OwnerAnonymousTempContent security rule. But I have created a copy of the ExportAppData for the stream we use.
But does the OwnerAnonymousTempContent treat anonymous access differently, depending on whether it is an Excel file, or a PNG file? Because the anonymous user can easily download the Excel book.
If i call model.exportData() i get an excel file with the possible values of the table but I am trying to give users the option to download either all values or the possible values.
So according to the documentation i neeed to pass options = { 'state' : 'A' }
or options = { 'state' : 'P' } for all or possible values respectively.
I even tried with the adding format to the options object but get the same result:
i.e. options = { format: 'OOXML', state: 'A' } ....etc.
But i get the same result.
Is this a bug?
I have also tried creating a new table from the object model and exporting this as was indicated as the method for earlier verisons of Qlik Sense in various posts but this didn't work either.
Does anyone know what the solution to this is? Or should i be speaking to Qlik Support?