<?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: Line break in text box? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/916365#M12641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&amp;nbsp; That worked.&amp;nbsp; And just to clarify for others, I had to add this in the expression of the measure.&amp;nbsp; I couldn't just add the ascii to the text box with only text in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Hourly Revenue:&amp;nbsp; ' &amp;amp; HourlyRevenue &amp;amp;&amp;nbsp; chr(10) &amp;amp; 'Fixed Fee Revenue:&amp;nbsp; ' &amp;amp; FixedFeeRevenue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jul 2015 21:00:01 GMT</pubDate>
    <dc:creator>sjb34300</dc:creator>
    <dc:date>2015-07-27T21:00:01Z</dc:date>
    <item>
      <title>Line break in text box?</title>
      <link>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/916363#M12639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to add a line break in a text box in Qlik Sense.&amp;nbsp; Any ideas how to do that?&amp;nbsp; The text box doesn't seem to respect html or ascii.&amp;nbsp; It just shows that code as text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 16:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/916363#M12639</guid>
      <dc:creator>sjb34300</dc:creator>
      <dc:date>2015-07-27T16:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Line break in text box?</title>
      <link>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/916364#M12640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &lt;STRONG&gt;Chr(10)&lt;/STRONG&gt; or &lt;STRONG&gt;Chr(13)&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Text &amp;amp; Chr(10) &amp;amp; Text&lt;/STRONG&gt; or&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;Text &amp;amp; Chr(13) &amp;amp; Text&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 17:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/916364#M12640</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-27T17:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Line break in text box?</title>
      <link>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/916365#M12641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&amp;nbsp; That worked.&amp;nbsp; And just to clarify for others, I had to add this in the expression of the measure.&amp;nbsp; I couldn't just add the ascii to the text box with only text in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Hourly Revenue:&amp;nbsp; ' &amp;amp; HourlyRevenue &amp;amp;&amp;nbsp; chr(10) &amp;amp; 'Fixed Fee Revenue:&amp;nbsp; ' &amp;amp; FixedFeeRevenue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 21:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/916365#M12641</guid>
      <dc:creator>sjb34300</dc:creator>
      <dc:date>2015-07-27T21:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Line break in text box?</title>
      <link>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/916366#M12642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't get this to work for a label on a qlik sense map.&amp;nbsp; It still puts it side by side.&amp;nbsp; I tried both chr(10) and chr(13).&amp;nbsp; Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=ZIP_CODE&amp;amp;chr(10)&amp;amp;&lt;/P&gt;&lt;P&gt;text(num(&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;DateType={Create},YTD_FLAG={'Y'}&amp;gt;}QUOTED_PREMIUM)&lt;/P&gt;&lt;P&gt;/sum({&amp;lt;DateType={Create},PYTD_FLAG={'Y'}&amp;gt;}QUOTED_PREMIUM)&lt;/P&gt;&lt;P&gt;)-1,'#.#%'))&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196336_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 14:27:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/916366#M12642</guid>
      <dc:creator>carlcimino</dc:creator>
      <dc:date>2018-03-14T14:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Line break in text box?</title>
      <link>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/916367#M12643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@carl Same for me!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 11:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/916367#M12643</guid>
      <dc:creator>tarunakhemchand</dc:creator>
      <dc:date>2018-03-26T11:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Line break in text box?</title>
      <link>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/1525740#M37793</link>
      <description>&lt;P&gt;Hi, you can try the following using &amp;lt;br&amp;gt; but it has to be wrapped in single quotes..&lt;/P&gt;&lt;P&gt;='LabelText' &amp;amp; Field Name &amp;amp; '&amp;lt;br&amp;gt;' &amp;amp;&amp;nbsp;&lt;SPAN&gt;'LabelText' &amp;amp; Field Name&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 10:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/1525740#M37793</guid>
      <dc:creator>robjackson_enta</dc:creator>
      <dc:date>2019-01-03T10:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Line break in text box?</title>
      <link>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/1525813#M37798</link>
      <description>&lt;P&gt;Perfect. Using &amp;lt;br&amp;gt; and not chr(10) finaly made it work. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 12:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/1525813#M37798</guid>
      <dc:creator>JohannesHiller</dc:creator>
      <dc:date>2019-01-03T12:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Line break in text box?</title>
      <link>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/1535650#M38630</link>
      <description>&lt;P&gt;Dear All, I tried with Chr(10), Chr(13) and '&amp;lt;br&amp;gt;', all doesn't work in the footnotes where i want to break the lines. anyone has the successful experience there?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 07:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/1535650#M38630</guid>
      <dc:creator>Vince_CH</dc:creator>
      <dc:date>2019-01-28T07:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Line break in text box?</title>
      <link>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/1548443#M39493</link>
      <description>&lt;P&gt;+1&lt;/P&gt;&lt;P&gt;tried all of the proposed&amp;nbsp;solutions on Title, without success.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 15:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/1548443#M39493</guid>
      <dc:creator>EliGohar</dc:creator>
      <dc:date>2019-02-24T15:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Line break in text box?</title>
      <link>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/1548802#M39526</link>
      <description>&lt;P&gt;same for me. both &amp;lt;br&amp;gt; and chr(13) do not work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 16:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/1548802#M39526</guid>
      <dc:creator>qlikdelqbz</dc:creator>
      <dc:date>2019-02-25T16:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Line break in text box?</title>
      <link>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/1607902#M45106</link>
      <description>&lt;P&gt;Chr(10) or chr(13) don't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;there is a limitation and the answear is not the reponsible design&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 09:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/1607902#M45106</guid>
      <dc:creator>mhoudas78</dc:creator>
      <dc:date>2019-07-31T09:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Line break in text box?</title>
      <link>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/1782173#M60876</link>
      <description>&lt;P&gt;char(10) was what worked for me&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 01:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/1782173#M60876</guid>
      <dc:creator>smgt90</dc:creator>
      <dc:date>2021-02-12T01:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Line break in text box?</title>
      <link>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/1866832#M71578</link>
      <description>&lt;P&gt;For me also none of those proposals work..&lt;/P&gt;
&lt;P&gt;This issue is from 2015 and now is almost 2022 for gods sake!!!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Qlik WAKE UP!!!!&lt;/P&gt;</description>
      <pubDate>Sun, 05 Dec 2021 16:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/1866832#M71578</guid>
      <dc:creator>krzohi</dc:creator>
      <dc:date>2021-12-05T16:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Line break in text box?</title>
      <link>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/2087587#M89154</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For all users using Qlik on Windows, we need to add both \r\n (carriage return and newline characters) to obtain a new line.&lt;/P&gt;
&lt;P&gt;source:&amp;nbsp;.&lt;A href="https://www.geeksforgeeks.org/whats-the-difference-between-n-and-rn-in-php/#:~:text=%5Cr%5Cn%20%3A,sequence%20because%20of%20backward%20compatibility." target="_self"&gt;https://www.geeksforgeeks.org/whats-the-difference-between-n-and-rn-in-php/#:~:text=%5Cr%5Cn%20%3A,sequence%20because%20of%20backward%20compatibility.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thus we need to add both chr(10) &amp;amp; chr(13) in the same order. For example:&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider cjc cjd c d e f g h i j k l m n o p q r s t cje cjf w x y z ab ac ae af ag ah ai aj ak"&gt;='abc' &amp;amp;&amp;nbsp; Chr(10) &amp;amp;&amp;nbsp; Chr(13) &amp;amp; 'def'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;source:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Line-Break-in-Label/td-p/107737" target="_self"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/Line-Break-in-Label/td-p/107737&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 06:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/2087587#M89154</guid>
      <dc:creator>SrikarSiddarth</dc:creator>
      <dc:date>2023-06-26T06:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Line break in text box?</title>
      <link>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/2095563#M89757</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this solution doesn't wotk&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="krzohi_0-1689837088062.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112638i10EC8845124BF37F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="krzohi_0-1689837088062.png" alt="krzohi_0-1689837088062.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="krzohi_1-1689837111147.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112640i4137C616080D4573/image-size/medium?v=v2&amp;amp;px=400" role="button" title="krzohi_1-1689837111147.png" alt="krzohi_1-1689837111147.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="krzohi_2-1689837137994.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112641iB6D3F74EBE99D9F7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="krzohi_2-1689837137994.png" alt="krzohi_2-1689837137994.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 07:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-break-in-text-box/m-p/2095563#M89757</guid>
      <dc:creator>krzohi</dc:creator>
      <dc:date>2023-07-20T07:12:32Z</dc:date>
    </item>
  </channel>
</rss>

