<?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: Remove empty line from a string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-empty-line-from-a-string/m-p/67698#M781098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That seems to be an extra bracket. Hence I mentioned my expression while replying to him &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2018 21:24:01 GMT</pubDate>
    <dc:creator>kinjal1645</dc:creator>
    <dc:date>2018-03-21T21:24:01Z</dc:date>
    <item>
      <title>Remove empty line from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-empty-line-from-a-string/m-p/67693#M781093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have below expression displaying required data BUT with empty line at the beginning.&lt;/P&gt;&lt;P&gt;How do I remove empty line from the output string of below expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;concat(distinct if(len([column1])&amp;lt;&amp;gt;0,[column1]&amp;amp;' * '&amp;amp;[column2])&amp;amp;' ' &amp;amp; chr(10))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Kindly help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-empty-line-from-a-string/m-p/67693#M781093</guid>
      <dc:creator>kinjal1645</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove empty line from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-empty-line-from-a-string/m-p/67694#M781094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Concat(DISTINCT If(Len([column1]) &amp;lt;&amp;gt; 0, [column1] &amp;amp; ' * ' &amp;amp; [column2]) &amp;amp; ' '), Chr(10))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 19:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-empty-line-from-a-string/m-p/67694#M781094</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-21T19:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Remove empty line from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-empty-line-from-a-string/m-p/67695#M781095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share an example of whats your expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 20:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-empty-line-from-a-string/m-p/67695#M781095</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-03-21T20:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Remove empty line from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-empty-line-from-a-string/m-p/67696#M781096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tanay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this: Concat(DISTINCT If(Len([column1]) &amp;lt;&amp;gt; 0, [column1] &amp;amp; ' * ' &amp;amp; [column2]) &amp;amp; ' ', Chr(10))&lt;/P&gt;&lt;P&gt;But it did not work, still giving empty line at the beginning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 20:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-empty-line-from-a-string/m-p/67696#M781096</guid>
      <dc:creator>kinjal1645</dc:creator>
      <dc:date>2018-03-21T20:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Remove empty line from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-empty-line-from-a-string/m-p/67697#M781097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try exactly the expression suggested by Sunny? You are missing a bracket after &lt;STRONG&gt;&amp;amp; ' ') &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 21:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-empty-line-from-a-string/m-p/67697#M781097</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-03-21T21:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Remove empty line from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-empty-line-from-a-string/m-p/67698#M781098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That seems to be an extra bracket. Hence I mentioned my expression while replying to him &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 21:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-empty-line-from-a-string/m-p/67698#M781098</guid>
      <dc:creator>kinjal1645</dc:creator>
      <dc:date>2018-03-21T21:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Remove empty line from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-empty-line-from-a-string/m-p/67699#M781099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this?&lt;/P&gt;&lt;P&gt;= Concat(DISTINCT If(Len([column1]) &amp;lt;&amp;gt; 0, [column1] &amp;amp; ' * ' &amp;amp; [column2] &amp;amp; ' '), Chr(10))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 21:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-empty-line-from-a-string/m-p/67699#M781099</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-03-21T21:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remove empty line from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-empty-line-from-a-string/m-p/67700#M781100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You expression is causing the empty line with the "new line" character.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;concat(distinct if(len([column1])&amp;lt;&amp;gt;0,[column1]&amp;amp;' * '&amp;amp;[column2])&amp;amp;' ' &amp;amp; &lt;STRONG&gt;chr(10)&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;concat(distinct if(len([column1])&amp;lt;&amp;gt;0,[column1]&amp;amp;' * '&amp;amp;[column2]), ''&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 21:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-empty-line-from-a-string/m-p/67700#M781100</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2018-03-21T21:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Remove empty line from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-empty-line-from-a-string/m-p/67701#M781101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works! It was the bracket.&lt;BR /&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 22:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-empty-line-from-a-string/m-p/67701#M781101</guid>
      <dc:creator>kinjal1645</dc:creator>
      <dc:date>2018-03-21T22:14:55Z</dc:date>
    </item>
  </channel>
</rss>

