<?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: Display only Rows with values on all Expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134844#M372620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jun 2016 08:48:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-17T08:48:13Z</dc:date>
    <item>
      <title>Display only Rows with values on all Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134831#M372607</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 would like to display only rows into the Straight Table where Values are presents in all Expressions:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128186_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;How can i do that please ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your help,&lt;/P&gt;&lt;P&gt;Sébastien.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 16:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134831#M372607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-16T16:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Display only Rows with values on all Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134832#M372608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a hidden expression t(labeled COND ) that checks that all expressions return something:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Len(Trim( Only(FTE) )) AND Len(Trim( Only(Path) )) AND Len(Trim( Concat(Job) ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adapt to your expressions used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then change all your existing expressions like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If( "COND", &lt;EM&gt;YourCurrentExpression&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And enable 'suppress zero values' on presentation tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 16:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134832#M372608</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-16T16:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Display only Rows with values on all Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134833#M372609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A Hidden Expression ?!? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do that please ?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 16:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134833#M372609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-16T16:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Display only Rows with values on all Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134834#M372610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically create an expression on expression tab and set this expression column to hidden on presentation tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit:&lt;/P&gt;&lt;P&gt;You can also do the same by repeating the conditional statement in each If() condition of each expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 16:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134834#M372610</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-16T16:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display only Rows with values on all Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134835#M372611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, but I do not see the option to hid the Expression &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 16:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134835#M372611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-16T16:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Display only Rows with values on all Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134836#M372612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="2016-06-16 18_57_16-Chart Properties [-].png" class="jive-image image-1" src="/legacyfs/online/128193_2016-06-16 18_57_16-Chart Properties [-].png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 16:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134836#M372612</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-16T16:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Display only Rows with values on all Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134837#M372613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thanks for your help but do not see the Option:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128204_Capture.PNG" style="height: 554px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, I write this for each Expression but it doesn't work:&lt;BR /&gt;&lt;STRONG&gt;If(Len(Trim( Only(Region) ))&amp;lt;&amp;gt;0,Region)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an idea please ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 17:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134837#M372613</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-16T17:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Display only Rows with values on all Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134838#M372614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't see this option to hide the expression because you are using a pivot table chart, not a straight table chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I think you should still be able to remove the lines where not all expressions return a value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post all your current expressions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or could you create a small sample QVW and upload this to the thread?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 22:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134838#M372614</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-16T22:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Display only Rows with values on all Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134839#M372615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You can create a calculated dimension with an if statement that checks if all expressions returns a value,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and use the "suppress when value is null" on this field &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;in dimensions tab.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;how big is your model? and is it already slow? - you can try the solution and decide after.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;best regards.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&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; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 23:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134839#M372615</guid>
      <dc:creator>idogridish2</dc:creator>
      <dc:date>2016-06-16T23:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Display only Rows with values on all Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134840#M372616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, here my hidden expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"=Len(Trim(Only(Nom_DHACCOR))) &amp;lt;&amp;gt; 0 And Len(Trim(Only(Employee_CD))) &amp;lt;&amp;gt; 0 And Len(Trim(Only(Region))) &amp;lt;&amp;gt; 0 And Len(Trim(Only(Fte))) &amp;lt;&amp;gt; 0 and Len(Trim(Only(Path))) &amp;lt;&amp;gt; 0 and Len(Trim(Only(FTC_Nm))) &amp;lt;&amp;gt; 0"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And all my Expression here:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128262_Capture.PNG" style="height: 532px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;Sébastien.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 07:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134840#M372616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-17T07:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Display only Rows with values on all Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134841#M372617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As first step, unhide this new expression and check that it shows -1 on all lines where each original expression shows a value and 0 if at least one original expression does not show a value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is successful, label this expression COND,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then e.g. for your first original expression, write:&lt;/P&gt;&lt;P&gt;=If( "COND", Only(Nom_DHACCOR))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the second:&lt;/P&gt;&lt;P&gt;=If("COND", Only(Employee_CD) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you should only see the lines with COND =-1, if 'suppress zero values' is enabled on presentation tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now hide the expression column COND on presentation tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 08:33:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134841#M372617</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-17T08:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Display only Rows with values on all Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134842#M372618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not understand, i just see this now:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128270_Capture.PNG" style="height: 49px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 08:38:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134842#M372618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-17T08:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Display only Rows with values on all Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134843#M372619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You see this just doing the first step?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 08:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134843#M372619</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-17T08:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Display only Rows with values on all Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134844#M372620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 08:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134844#M372620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-17T08:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Display only Rows with values on all Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134845#M372621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have an idea them ? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 12:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134845#M372621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-17T12:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Display only Rows with values on all Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134846#M372622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to work for me,have a look at this demo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 13:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134846#M372622</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-17T13:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Display only Rows with values on all Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134847#M372623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Than you a lot, but how can i suppress the first row where there are only '-' values please ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 13:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134847#M372623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-17T13:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Display only Rows with values on all Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134848#M372624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's the total line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to expression tab and select 'No totals' for each expression in option section 'Total mode'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 13:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134848#M372624</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-17T13:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Display only Rows with values on all Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134849#M372625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then i have a problem i do not have the same result than my Table box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table Box values:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128299_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Straight Table Values:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/128318_Capture1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;the the lines with the same Matricule dissapear in the straight table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an idea ?&lt;/P&gt;&lt;P&gt;Sébastien.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 13:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134849#M372625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-17T13:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Display only Rows with values on all Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134850#M372626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to see two lines for the same Matricule, you would need to add a dimension to group your data into a finer granularity, e.g.using FTE (two distince values per GL001348465 Matricule).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 13:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-Rows-with-values-on-all-Expressions/m-p/1134850#M372626</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-17T13:34:05Z</dc:date>
    </item>
  </channel>
</rss>

