Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Send to Excel - 255 character limit removed?

Hi All,

A user has alerted me to the fact that some of the cells in our straight tables are being extracted to Excel containing over 255 characters. In the past the data was truncated to 255 characters.

I cannot find any information online detailing when this feature was changed...does anyone have any information that they can share?

Thanks,

A

1 Reply
ThornOfCrowns
Specialist II
Specialist II

You can send long strings to Excel greater than 255 characters as long as you don't cast them as STRING() which has a hard limit. I think QV is using VARIANT type naturally which doesn't hit that limit.