Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Create measure with Engine API

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

1 Solution

Accepted Solutions
ErikWetterberg

Hi,

In Desktop you need to save the app too. Try calling DoSave

Hope this helps

Erik Wetterberg.

View solution in original post

3 Replies
ErikWetterberg

Hi,

In Desktop you need to save the app too. Try calling DoSave

Hope this helps

Erik Wetterberg.

Not applicable
Author

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

Not applicable
Author

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";