Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
NaikPravee
Contributor II
Contributor II

how to save app in qliksense using node js

I am using  DoSave method for saving the app.

the code is like this

{
"jsonrpc": "2.0",
"id": 6,
"method": "DoSave",
"handle": 1,
"params": [
 
]
}
 
and i am getting error like this
 
{
jsonrpc: '2.0',
id: 6,
error: {
code: -32602,
parameter: 'Invalid handle',
message: 'Invalid Params'
}
}
 
please can anybody help to sort out the problem
 
Labels (1)
0 Replies