<?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 Blank Rows In an Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-Blank-Rows-In-an-Expression/m-p/1620106#M734847</link>
    <description>&lt;P&gt;Natalie, did Arthur's tweak to your app address your issue?&amp;nbsp; If so, please consider using the Accept as Solution button on his post to give him credit as well as let others know this worked for you.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Wed, 04 Sep 2019 14:07:49 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2019-09-04T14:07:49Z</dc:date>
    <item>
      <title>Remove Blank Rows In an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Blank-Rows-In-an-Expression/m-p/1615984#M734845</link>
      <description>&lt;P&gt;I have some columns where data&amp;nbsp; (dimension) is present, but have nothing in the 3 expression cells.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to remove all rows that are blank for&amp;nbsp; the 3 expression columns "FelPro', "OH" and "SalesTotal."&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't use suppress when value is null because it messes up my expressions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for taking a look!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Blank-Rows-In-an-Expression/m-p/1615984#M734845</guid>
      <dc:creator>oliveton</dc:creator>
      <dc:date>2024-11-16T02:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Blank Rows In an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Blank-Rows-In-an-Expression/m-p/1616839#M734846</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Remove the concat in your expressions.&lt;/P&gt;&lt;P&gt;Concatenating will creates non-null strings even when you do not have data in your table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/17818i346E0EBBA5174A42/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Refer qvw attached for more info.&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Arthur Fong&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 01:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Blank-Rows-In-an-Expression/m-p/1616839#M734846</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-08-27T01:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Blank Rows In an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Blank-Rows-In-an-Expression/m-p/1620106#M734847</link>
      <description>&lt;P&gt;Natalie, did Arthur's tweak to your app address your issue?&amp;nbsp; If so, please consider using the Accept as Solution button on his post to give him credit as well as let others know this worked for you.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 14:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Blank-Rows-In-an-Expression/m-p/1620106#M734847</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-09-04T14:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Blank Rows In an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Blank-Rows-In-an-Expression/m-p/1620108#M734848</link>
      <description>&lt;P&gt;It does work with the concat removed, but unfortunately I want to keep my concat....&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 14:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Blank-Rows-In-an-Expression/m-p/1620108#M734848</guid>
      <dc:creator>oliveton</dc:creator>
      <dc:date>2019-09-04T14:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Blank Rows In an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Blank-Rows-In-an-Expression/m-p/1620127#M734849</link>
      <description>&lt;P&gt;Try this in each expression:&lt;/P&gt;&lt;P&gt;if(len(Concat(FP, ';'))&amp;lt;1,null(),Concat(FP, ';'))&lt;/P&gt;&lt;P&gt;if(len(Concat(OnHand, ','))&amp;lt;1,null(),Concat(OnHand, ','))&lt;/P&gt;&lt;P&gt;if(len(Concat(TotalSales, ','))&amp;lt;1,null(),Concat(TotalSales, ','))&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 14:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Blank-Rows-In-an-Expression/m-p/1620127#M734849</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-09-04T14:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Blank Rows In an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Blank-Rows-In-an-Expression/m-p/1620204#M734850</link>
      <description>&lt;P&gt;Awesome, this works! Thank you!!!!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 17:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Blank-Rows-In-an-Expression/m-p/1620204#M734850</guid>
      <dc:creator>oliveton</dc:creator>
      <dc:date>2019-09-04T17:28:37Z</dc:date>
    </item>
  </channel>
</rss>

