Discussion Board for collaboration related to QlikView App Development.
Hi All,
I have a view in hive db which contains a single field and it contains only one record with length 1,055,112 characters.
When I try to read this data, I am getting empty field.
But, when I tried to read the same from a .txt file, it is getting loaded without any issue.
So, is there any string limit in qlikview while reading data from hive and can you help me in resolving this issue.
I am just using select * from HIVE 'db'.'view';