Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
thkarner
Partner - Creator III
Partner - Creator III

GetTableData truncates long text fields!?

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

}

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.

0 Replies