<?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: carriage return/end line function in text box? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/carriage-return-end-line-function-in-text-box/m-p/746346#M1025095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I had googled and seen Chr(9) on some list which didn't work.&amp;nbsp; Chr(10) works like a charm.&amp;nbsp; (My interim workaround had been to stack a few 1-line text boxes.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Mar 2015 13:56:14 GMT</pubDate>
    <dc:creator>stevelord</dc:creator>
    <dc:date>2015-03-19T13:56:14Z</dc:date>
    <item>
      <title>carriage return/end line function in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/carriage-return-end-line-function-in-text-box/m-p/746344#M1025093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm inserting a bit of text into a pie chart using presentation-&amp;gt;text in chart so the text can stay on the same layer as the chart when I put it in a container with other charts.&amp;nbsp; The words don't wrap when I resize it, so I need a '&amp;amp;chr()&amp;amp;' or some other bit like that where I want the carriage return or end of the lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recall asking a long time ago, but can't find the solution.&amp;nbsp; I recall someone advising a different character was preferable to carriage return for some reason, but I'll take whatever does the trick.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 20:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/carriage-return-end-line-function-in-text-box/m-p/746344#M1025093</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2015-03-18T20:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: carriage return/end line function in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/carriage-return-end-line-function-in-text-box/m-p/746345#M1025094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chr(10)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 21:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/carriage-return-end-line-function-in-text-box/m-p/746345#M1025094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-18T21:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: carriage return/end line function in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/carriage-return-end-line-function-in-text-box/m-p/746346#M1025095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I had googled and seen Chr(9) on some list which didn't work.&amp;nbsp; Chr(10) works like a charm.&amp;nbsp; (My interim workaround had been to stack a few 1-line text boxes.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 13:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/carriage-return-end-line-function-in-text-box/m-p/746346#M1025095</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2015-03-19T13:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: carriage return/end line function in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/carriage-return-end-line-function-in-text-box/m-p/746347#M1025096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chr(13)&lt;/P&gt;&lt;P&gt;will work as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 14:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/carriage-return-end-line-function-in-text-box/m-p/746347#M1025096</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-03-19T14:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: carriage return/end line function in text box?</title>
      <link>https://community.qlik.com/t5/QlikView/carriage-return-end-line-function-in-text-box/m-p/746348#M1025097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both chr(10) and chr(13) works in QlikView while developing the dashboard but when deployed and accessed online in a web browser none of them work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same as tricks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'line1' &amp;amp; '&lt;/P&gt;&lt;P&gt;' &amp;amp; 'line2' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Context:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Version 11.00.11282.00 SR1 64-bit Edition&lt;/P&gt;&lt;P&gt;- Web browser version: all recent of Firefox, MSIE and Chrome&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In QV application:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="dev_mode_ok.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144393_dev_mode_ok.png" style="height: 338px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Deployed online in a web browser:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="deployed_browser._ko.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/144394_deployed_browser._ko.png" style="height: 390px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 13:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/carriage-return-end-line-function-in-text-box/m-p/746348#M1025097</guid>
      <dc:creator />
      <dc:date>2016-11-21T13:33:59Z</dc:date>
    </item>
  </channel>
</rss>

