<?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: Hiding Rows Based On Blank Fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288246#M846941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like below (in your dimension key field try to use like below expression)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(aggr((Len(estimate_is_active)&amp;gt;0 or estimate_is_active = 'TRUE') and project_is_active = 'TRUE', ID),ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or in your expression using set analysis&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;estimate_is_active={'=(Len(estimate_is_active)&amp;gt;0)'},project_is_active={'TRUE'},estimate_is_active={'TRUE'}&amp;gt;}SoldQty)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to the attached sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Mar 2017 18:02:14 GMT</pubDate>
    <dc:creator>devarasu07</dc:creator>
    <dc:date>2017-03-27T18:02:14Z</dc:date>
    <item>
      <title>Hiding Rows Based On Blank Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288245#M846940</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 suspect I'm making this more difficult than it needs to be, but I'm stuck at the moment.&amp;nbsp; I'm using a straight table with 23 columns.&amp;nbsp; I want to suppress / hide rows where estimate_is_active is blank or otherwise not equal to True and where project_is_active is blank or otherwise not equal to True.&amp;nbsp; So, two conditions and it might be easier to understand my ask this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if estimate_is_active = 'True' AND project_is_active = 'True' Then Display the Row, Else Do NOT display the Row&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do have several thousand rows with True for both estimate_is_active and project_is_active as well as rows where both are blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As always, thanks in advance for any and all help.&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/Hiding-Rows-Based-On-Blank-Fields/m-p/1288245#M846940</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Rows Based On Blank Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288246#M846941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like below (in your dimension key field try to use like below expression)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(aggr((Len(estimate_is_active)&amp;gt;0 or estimate_is_active = 'TRUE') and project_is_active = 'TRUE', ID),ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or in your expression using set analysis&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;estimate_is_active={'=(Len(estimate_is_active)&amp;gt;0)'},project_is_active={'TRUE'},estimate_is_active={'TRUE'}&amp;gt;}SoldQty)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to the attached sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 18:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288246#M846941</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-03-27T18:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Rows Based On Blank Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288247#M846943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Deva:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the response.&amp;nbsp; I tried your suggestion as an Expression and as a Calculated Dimension.&amp;nbsp; No luck.&amp;nbsp; I still get rows where estimate_is_active and project_is_active are both blank.&amp;nbsp; Should the "and project..." part also have a Len check?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 18:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288247#M846943</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-03-27T18:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Rows Based On Blank Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288248#M846946</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;Can you share your issue with mock app, it will be easy for us to check and help you easily &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;Thanks,&lt;/P&gt;&lt;P&gt;Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 18:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288248#M846946</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-03-27T18:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Rows Based On Blank Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288249#M846948</link>
      <description>&lt;P&gt;Absolutely.&amp;nbsp; There are no other expressions or calculated fields.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 18:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288249#M846948</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2019-10-13T18:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Rows Based On Blank Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288250#M846951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in all your dimensions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Aggr(IF( estimate_is_active = 'True' AND project_is_active = 'True', [DM #]), [DM #])&lt;/P&gt;&lt;P&gt;= Aggr(IF( estimate_is_active = 'True' AND project_is_active = 'True', effective_item_qty), [DM #], effective_item_qty)&lt;/P&gt;&lt;P&gt;= Aggr(IF( estimate_is_active = 'True' AND project_is_active = 'True', estimate_is_active), [DM #], estimate_is_active)&lt;/P&gt;&lt;P&gt;= Aggr(IF( estimate_is_active = 'True' AND project_is_active = 'True', project_is_active), [DM #],project_is_active)&lt;/P&gt;&lt;P&gt;...... Let us know if that works?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 18:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288250#M846951</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-27T18:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Rows Based On Blank Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288251#M846954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the easiest way solving this, is using a flag:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[DM #]&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;effective_inf_order_date&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Project #]&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Estimate #]&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;effective_item_name&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;effective_item_qty&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;effective_monthly_cost&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;estimate_include_in_forecast&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;estimate_include_in_budget&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;estimate_is_active&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;project_is_active&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue; background: yellow;"&gt;if&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black; background: yellow;"&gt; (&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon; background: yellow;"&gt;estimate_is_active&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black; background: yellow;"&gt;='TRUE' &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue; background: yellow;"&gt;and&lt;/SPAN&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon; background: yellow;"&gt;project_is_active&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black; background: yellow;"&gt; = 'TRUE','X') &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue; background: yellow;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon; background: yellow;"&gt;YOURFLAG&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; [Hide-Row-Sample-Data.xlsx] (&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;labels&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;table&lt;/SPAN&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;is&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Sheet1); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you use set analysis, example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;YOURFLAG = {'X'}&amp;gt;} effective_monthly_cost)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 19:12:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288251#M846954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-27T19:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Rows Based On Blank Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288252#M846957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Perry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using the following expression in your table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if( len(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;estimate_is_active) &amp;gt; 0 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;estimate_is_active = 'True' and len(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;project_is_active) &amp;gt; 0 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;project_is_active =&lt;/SPAN&gt; 'True', MetricField)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Carlos M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 19:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288252#M846957</guid>
      <dc:creator>CarlosAMonroy</dc:creator>
      <dc:date>2017-03-27T19:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Rows Based On Blank Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288253#M846959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robin:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&amp;nbsp; I tried your suggestion, but my script fails to load.&amp;nbsp; Please note and I believe this makes a difference, I'm actually loading the data from a SQL Server database using SQL Select and not an Excel file.&amp;nbsp; I provided the Excel file so people could have some sample data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 20:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288253#M846959</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-03-27T20:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Rows Based On Blank Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288254#M846962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vishwarath:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&amp;nbsp; Just to make sure I understand, are you saying that all of the dimensions used should be calculated dimensions using Aggr?&amp;nbsp; I appreciate your patience as I'm still learning.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 20:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288254#M846962</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-03-27T20:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Rows Based On Blank Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288255#M846965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Technically yes, or if you don't have any typical expressions to be used, just add few dimensions with Aggr and add rest of your dimensions in your expression tab as your normal dimensions fields ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 21:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288255#M846965</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-27T21:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Rows Based On Blank Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288256#M846968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Carlos:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&amp;nbsp; I tried your suggestion above and after I removed the other expression which was just simply [DM #], it appears to have worked!&amp;nbsp; I did expect more rows than what I'm seeing to be returned, so I may still have something wrong on my side.&amp;nbsp; I will look at it further tonight and tomorrow if need be.&amp;nbsp; Thank you.&amp;nbsp; I appreciate the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 21:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288256#M846968</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-03-27T21:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Rows Based On Blank Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288257#M846969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using a preceding load in combination with sql selects there shouldn't be any difference.&lt;/P&gt;&lt;P&gt;So please post your script...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 03:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-Rows-Based-On-Blank-Fields/m-p/1288257#M846969</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-28T03:54:15Z</dc:date>
    </item>
  </channel>
</rss>

