<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Limitation in Text Object of 65,535 Chrs!? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Limitation-in-Text-Object-of-65-535-Chrs/m-p/588531#M218229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't really need to display it. I was testing something to pass a string out to another system and noticed the limitation. I agree there obviously has to be a limit although I think 65k chrs is maybe a little low given the size of some applications. No coincidence that it matches the exact Excel row limit that chart objects are still limited to for exporting either, I'd guess...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Feb 2014 16:59:10 GMT</pubDate>
    <dc:creator>Jason_Michaelides</dc:creator>
    <dc:date>2014-02-14T16:59:10Z</dc:date>
    <item>
      <title>Limitation in Text Object of 65,535 Chrs!?</title>
      <link>https://community.qlik.com/t5/QlikView/Limitation-in-Text-Object-of-65-535-Chrs/m-p/588529#M218227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just encountered something I have not seen before. See attached demo doc - it seems if you try and put more than 65,535 chrs into a text box it just shows blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone else encountered this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously, the need to do this is somewhat limited, but it's interesting...and I'd like to know if there's any way to turn off the limit - anyone have any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 15:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limitation-in-Text-Object-of-65-535-Chrs/m-p/588529#M218227</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2014-02-14T15:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Limitation in Text Object of 65,535 Chrs!?</title>
      <link>https://community.qlik.com/t5/QlikView/Limitation-in-Text-Object-of-65-535-Chrs/m-p/588530#M218228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course there must be a limit. Maybe you can display the text line-wise or in paragraphs within a table chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 16:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limitation-in-Text-Object-of-65-535-Chrs/m-p/588530#M218228</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-02-14T16:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Limitation in Text Object of 65,535 Chrs!?</title>
      <link>https://community.qlik.com/t5/QlikView/Limitation-in-Text-Object-of-65-535-Chrs/m-p/588531#M218229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't really need to display it. I was testing something to pass a string out to another system and noticed the limitation. I agree there obviously has to be a limit although I think 65k chrs is maybe a little low given the size of some applications. No coincidence that it matches the exact Excel row limit that chart objects are still limited to for exporting either, I'd guess...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 16:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limitation-in-Text-Object-of-65-535-Chrs/m-p/588531#M218229</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2014-02-14T16:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Limitation in Text Object of 65,535 Chrs!?</title>
      <link>https://community.qlik.com/t5/QlikView/Limitation-in-Text-Object-of-65-535-Chrs/m-p/588532#M218230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yea, maybe some old 16bit stuff. However you could always use a left()..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 17:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limitation-in-Text-Object-of-65-535-Chrs/m-p/588532#M218230</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-02-14T17:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Limitation in Text Object of 65,535 Chrs!?</title>
      <link>https://community.qlik.com/t5/QlikView/Limitation-in-Text-Object-of-65-535-Chrs/m-p/588533#M218231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to remember this. One should use Concat on high amount of values with a left always:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Left(Concat(DISTINCT Number,','), 65535)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..because it's also limited in a straight table chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Feb 2014 14:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limitation-in-Text-Object-of-65-535-Chrs/m-p/588533#M218231</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-02-16T14:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Limitation in Text Object of 65,535 Chrs!?</title>
      <link>https://community.qlik.com/t5/QlikView/Limitation-in-Text-Object-of-65-535-Chrs/m-p/588534#M218232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Me too - thanks Ralf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 09:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limitation-in-Text-Object-of-65-535-Chrs/m-p/588534#M218232</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2014-02-17T09:36:28Z</dc:date>
    </item>
  </channel>
</rss>

