Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have been busy with requesting excel reports from Qlik Saas using the API's using this endpoint: https://yourtenant.yourlocation.qlikcloud.com/api/v1/reports
with this body:
This works and it gives me the right report, now I want to add selections during this API call but i am struggling with the right syntax for SenseDataTemplate.
When i make a similar request with sense-image, the selections are applied as described in the documentation. Can it be that the combination of SenseDataTemplate and selections does not work?
Does anyone know how to add fieldselections in this API call?
Pretty much looking to do the same. This is possible via the .Net SDK for Qliksense Enterprise. Surely they will have similar functionality in the SAAS API? Especially when you can export reports. It wouldn't make sense to cater for exporting reports but not to have functionality for making selections first.