-
Simply redirects me to a new tab and says "Not Found"
I have cut/paste the object ID exactly.
-
Hi Alexander.
I'm trying to retrieve a list of all master dimensions. Currently I have the following:
`.then(function (app) {
```
return app.createSessionObject({
"qInfo": {
"qType": "D…
-
I am trying to delete a measure.
I have obtained the id of the measure using the Engine API Explorer.
When I run the code I get this error...
{ code: -32602
parameter: 'JSON type error',
messag…
-
There does not appear to be a way to connect to a remote Qlik Engine API with a client ssl cert with the pfx/passphrase.
We could use cert/key, but that would require unpacking the pfx, which is an e…
ghost updated
8 years ago
-
I am thinking of adding a pull-request to allow formatted values to be displayed. So in my solution you can do either
``` javascript
var data = [
["Teal", 12000, "#008080"],
["Byzantium"…
-
I've tried to connect to Sense server but reached a point where I'm getting "Unauthorized (403)" error. Is it possible to pass credentials somehow?
Thanks!
Stefan
-
Is there any way the data to be received without going through "index.html"?
The idea is to get the data directly from hypercube (not the visualsization) in nodejs and use it?
Thanks!
Stefan