Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I try to create a measure with engine api. Everything works fine with engine api exlporer (dev-tool). If I try to send same JSON objects in a small java script, it does not create the object. However I do not get an error message. Any suggestions?
I use Qlik Sense Desktop September 2017
Marc
Hi Erik,
It works. Thank you for your help!
There is just one follow up question. How is this in the Engine API Explorer (dev-tool) implemented? I do not see the DoSave command in Chrome Network Analyzer. Strange....
Best regards
Marc
Just use websocket to the app, then it works without DoSave
var url = "ws://localhost:4848/app/C%3A%5CUsers%5Cmarc.gremon%5CDocuments%5CQlik%5CSense%5CApps%5Ctest.qvf";