<?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: GAP in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GAP/m-p/1158670#M377754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's very difficult to guess what your problem is, since you have not posted any actual information, just a screenshot of your totals. My best guess - you have "Supress when Value is Null" on the CDR dimension, and one or more rows do not have a value for this dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Aug 2016 13:51:33 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2016-08-23T13:51:33Z</dc:date>
    <item>
      <title>GAP</title>
      <link>https://community.qlik.com/t5/QlikView/GAP/m-p/1158668#M377752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My pb is the sum displayed on QV is not equal to the sum after exract excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG alt="Capture.PNG" class="jive-image image-1" height="44" src="https://community.qlik.com/legacyfs/online/135306_Capture.PNG" style="height: 43.5887px; width: 115px;" width="115" /&gt; != &lt;IMG alt="Capture.PNG" class="jive-image image-2" height="58" src="https://community.qlik.com/legacyfs/online/135307_Capture.PNG" style="height: 58.4177px; width: 65px;" width="65" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a pivot table with 3 dimensions LB/CDR/Famille. whene I delete the CDR dimension, the amount becomes correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I fix that pb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 13:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GAP/m-p/1158668#M377752</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2016-08-23T13:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: GAP</title>
      <link>https://community.qlik.com/t5/QlikView/GAP/m-p/1158669#M377753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use Aggr() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(&lt;SPAN style="color: #ff0000;"&gt;YourExpression&lt;/SPAN&gt;, LB, CDR, Famille))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here &lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;YourExpression &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;is a placeholder for your actual expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 13:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GAP/m-p/1158669#M377753</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-23T13:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: GAP</title>
      <link>https://community.qlik.com/t5/QlikView/GAP/m-p/1158670#M377754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's very difficult to guess what your problem is, since you have not posted any actual information, just a screenshot of your totals. My best guess - you have "Supress when Value is Null" on the CDR dimension, and one or more rows do not have a value for this dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 13:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GAP/m-p/1158670#M377754</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2016-08-23T13:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: GAP</title>
      <link>https://community.qlik.com/t5/QlikView/GAP/m-p/1158671#M377755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bellow the expression I am using:&lt;/P&gt;&lt;P&gt;sum( {&amp;lt; $(vSetView) &amp;gt;} $(vBudgetReceprionFcst) )&lt;/P&gt;&lt;P&gt;whene applying your suggestion. there's no value..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vSetView&lt;/SPAN&gt;=pick(ViewId, &lt;/P&gt;&lt;P&gt;'$(vSetMTD)', &lt;/P&gt;&lt;P&gt;'$(vSetYTD)', &lt;/P&gt;&lt;P&gt;'$(vSetTotal)')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vBudgetReceprionFcst = &lt;/SPAN&gt;pick(TypeID, &lt;/P&gt;&lt;P&gt;[Budget RECEPTION FCT]&amp;nbsp; , &lt;/P&gt;&lt;P&gt;[Fcst 3+9 RECEPTION FCT], &lt;/P&gt;&lt;P&gt;[Fcst 6+6 RECEPTION FCT],&lt;/P&gt;&lt;P&gt;[Fcst 9+3 RECEPTION FCT])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea, please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 13:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GAP/m-p/1158671#M377755</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2016-08-23T13:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: GAP</title>
      <link>https://community.qlik.com/t5/QlikView/GAP/m-p/1158672#M377756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 28.6924px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'$(vSetMTD)',&lt;/P&gt;&lt;P style="font-size: 28.6924px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'$(vSetYTD)',&lt;/P&gt;&lt;P style="font-size: 28.6924px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'$(vSetTotal)')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 14:10:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GAP/m-p/1158672#M377756</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-08-23T14:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: GAP</title>
      <link>https://community.qlik.com/t5/QlikView/GAP/m-p/1158673#M377757</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: 28.6924px;"&gt; '$(vSetMTD)'= [Calendar date]=&amp;nbsp; ,&amp;nbsp;&amp;nbsp; [Month of date]={ "= $(=max([Month of date]))"},&amp;nbsp; [%Date ID] = { "&amp;lt;= $(=max([%Date ID]))"} &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: 28.6924px;"&gt;It 's month to date/year to date / Total year ..&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 07:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GAP/m-p/1158673#M377757</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2016-08-24T07:29:18Z</dc:date>
    </item>
  </channel>
</rss>

