Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I´m reading data from the table MasterItems with the method GetTableData of the Engine API.
My request looks like this
{ "handle": 1, "method": "GetTableData", "params": { "qOffset": 0, "qRows": 1, "qSyntheticMode": false, "qTableName": "MasterItems" }, "outKey": -1, "id": 5 }
{
"handle": 1,
"method": "GetTableData",
"params": {
"qOffset": 0,
"qRows": 1,
"qSyntheticMode": false,
"qTableName": "MasterItems"
},
"outKey": -1,
"id": 5
}
One field in this table contains 462 characters including some CR/LFs.
Now I found out that Qlik Engine API only returns me the first 269 characters.
I could reproduce this issue with other records within the DevHub /EngineAPI Explorer.
For me it seems to be a bug. Has anyone other experiences?
Regards,
Thomas
PS: Could be reproduced with the app attached.