<?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: How to make line break in Text Expression in a Text Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-line-break-in-Text-Expression-in-a-Text-Box/m-p/1005276#M965286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Chr(10)&lt;/SPAN&gt; (aka Line Feed or more appropriately &lt;EM&gt;NewLine&lt;/EM&gt;) will do. Like in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;='Medicine Bulk:' &amp;amp; Chr(10) &amp;amp; Num(Sum(Med.Bulk), '#,##0')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chr(13) is not needed anymore. We've left behind the times of carriages (and typewriters) &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Oct 2015 13:23:41 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2015-10-06T13:23:41Z</dc:date>
    <item>
      <title>How to make line break in Text Expression in a Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-line-break-in-Text-Expression-in-a-Text-Box/m-p/1005272#M965282</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;I need to give a line break inside the text expression i.e. ='Medicine Bulk:'&amp;amp; Num(Sum(Med.Bulk), '#,##0') . How to make it possible ?. Screen shot is attached for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Taha&lt;/P&gt;&lt;P&gt;&lt;IMG alt="text expression.png" class="jive-image image-1" src="/legacyfs/online/101085_text expression.png" style="height: 524px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 10:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-line-break-in-Text-Expression-in-a-Text-Box/m-p/1005272#M965282</guid>
      <dc:creator>taha_mansoor</dc:creator>
      <dc:date>2015-10-06T10:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to make line break in Text Expression in a Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-line-break-in-Text-Expression-in-a-Text-Box/m-p/1005273#M965283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Clarifying it more, I need the output to be appeared like concatenated text to be displayed on top of the expression value. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 10:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-line-break-in-Text-Expression-in-a-Text-Box/m-p/1005273#M965283</guid>
      <dc:creator>taha_mansoor</dc:creator>
      <dc:date>2015-10-06T10:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to make line break in Text Expression in a Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-line-break-in-Text-Expression-in-a-Text-Box/m-p/1005274#M965284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Chr(10) &amp;amp; Chr(13) may be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='Medicine Bulk:' &amp;amp; Chr(10) &amp;amp; Chr(13) &amp;amp; Num(Sum(Med.Bulk), '#,##0')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 12:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-line-break-in-Text-Expression-in-a-Text-Box/m-p/1005274#M965284</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-06T12:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to make line break in Text Expression in a Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-line-break-in-Text-Expression-in-a-Text-Box/m-p/1005275#M965285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;BR /&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;='Medicine Bulk:\n'&amp;amp; Num(Sum(Med.Bulk), '#,##0') .&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 12:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-line-break-in-Text-Expression-in-a-Text-Box/m-p/1005275#M965285</guid>
      <dc:creator>karolina_</dc:creator>
      <dc:date>2015-10-06T12:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to make line break in Text Expression in a Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-line-break-in-Text-Expression-in-a-Text-Box/m-p/1005276#M965286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Chr(10)&lt;/SPAN&gt; (aka Line Feed or more appropriately &lt;EM&gt;NewLine&lt;/EM&gt;) will do. Like in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;='Medicine Bulk:' &amp;amp; Chr(10) &amp;amp; Num(Sum(Med.Bulk), '#,##0')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chr(13) is not needed anymore. We've left behind the times of carriages (and typewriters) &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 13:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-line-break-in-Text-Expression-in-a-Text-Box/m-p/1005276#M965286</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-10-06T13:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to make line break in Text Expression in a Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-line-break-in-Text-Expression-in-a-Text-Box/m-p/1005277#M965287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for the help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 13:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-line-break-in-Text-Expression-in-a-Text-Box/m-p/1005277#M965287</guid>
      <dc:creator>taha_mansoor</dc:creator>
      <dc:date>2015-10-06T13:46:48Z</dc:date>
    </item>
  </channel>
</rss>

