<?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: TOTAL Column is not populating - AGGR Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/TOTAL-Column-is-not-populating-AGGR-Issue/m-p/830235#M292202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimension are always relevant in order to understand how the aggregation is done. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to start by making sure that &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;FILE_STATUS&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #3d3d3d;"&gt;='OPEN' returns the value you expect. In a straight table add &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;FILE_STATUS&lt;/SPAN&gt; as an expression, and check that it returns OPEN on the rows where you expect it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Split your expressions is separate chart expressions. Now you should have 4 expression in the chart. Does all these add up, or where is the mismatch? Can you provide a sample QVW file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 May 2015 01:49:29 GMT</pubDate>
    <dc:creator>ToniKautto</dc:creator>
    <dc:date>2015-05-22T01:49:29Z</dc:date>
    <item>
      <title>TOTAL Column is not populating - AGGR Issue</title>
      <link>https://community.qlik.com/t5/QlikView/TOTAL-Column-is-not-populating-AGGR-Issue/m-p/830232#M292199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi Friends,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;This expression not able to populates the TOTAL amount, can any one help me..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;FILE_STATUS&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;='OPEN',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;( {&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[%GL_EFF_DT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;={'&amp;gt;=$(vBillStartDt)&amp;lt;=$(vBillEndDt)'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ITEM_AMT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;),&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[%REMOVAL_DT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;={'&amp;gt;=$(vBillStartDt)&amp;lt;=$(vBillEndDt)'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ITEM_AMT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 23:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TOTAL-Column-is-not-populating-AGGR-Issue/m-p/830232#M292199</guid>
      <dc:creator />
      <dc:date>2015-05-21T23:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: TOTAL Column is not populating - AGGR Issue</title>
      <link>https://community.qlik.com/t5/QlikView/TOTAL-Column-is-not-populating-AGGR-Issue/m-p/830233#M292200</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;sum(aggr(&amp;lt;your expression above here&amp;gt;, dimension1, dimension2...))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where dimensions1, 2, etc. are your chart dimensions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 23:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TOTAL-Column-is-not-populating-AGGR-Issue/m-p/830233#M292200</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-21T23:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: TOTAL Column is not populating - AGGR Issue</title>
      <link>https://community.qlik.com/t5/QlikView/TOTAL-Column-is-not-populating-AGGR-Issue/m-p/830234#M292201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try your same expression but use double quotes for your range values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;FILE_STATUS&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;='OPEN',&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;( {&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;[%GL_EFF_DT]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;={"&amp;gt;=$(vBillStartDt)&amp;lt;=$(vBillEndDt)"}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;ITEM_AMT&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;),&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;[%REMOVAL_DT]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;={"&amp;gt;=$(vBillStartDt)&amp;lt;=$(vBillEndDt)"}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;ITEM_AMT&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 00:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TOTAL-Column-is-not-populating-AGGR-Issue/m-p/830234#M292201</guid>
      <dc:creator />
      <dc:date>2015-05-22T00:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: TOTAL Column is not populating - AGGR Issue</title>
      <link>https://community.qlik.com/t5/QlikView/TOTAL-Column-is-not-populating-AGGR-Issue/m-p/830235#M292202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimension are always relevant in order to understand how the aggregation is done. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to start by making sure that &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;FILE_STATUS&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #3d3d3d;"&gt;='OPEN' returns the value you expect. In a straight table add &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800000;"&gt;FILE_STATUS&lt;/SPAN&gt; as an expression, and check that it returns OPEN on the rows where you expect it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Split your expressions is separate chart expressions. Now you should have 4 expression in the chart. Does all these add up, or where is the mismatch? Can you provide a sample QVW file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 01:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TOTAL-Column-is-not-populating-AGGR-Issue/m-p/830235#M292202</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2015-05-22T01:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: TOTAL Column is not populating - AGGR Issue</title>
      <link>https://community.qlik.com/t5/QlikView/TOTAL-Column-is-not-populating-AGGR-Issue/m-p/830236#M292203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. I got correct reults once I aggregated with the dimensions that i have used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FILE_STATUS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='OPEN',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( {&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[%GL_EFF_DT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'&amp;gt;=$(vBillStartDt)&amp;lt;=$(vBillEndDt)'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ITEM_AMT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[%REMOVAL_DT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'&amp;gt;=$(vBillStartDt)&amp;lt;=$(vBillEndDt)'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ITEM_AMT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FILE_STATUS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Trans_Kind&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 14:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TOTAL-Column-is-not-populating-AGGR-Issue/m-p/830236#M292203</guid>
      <dc:creator />
      <dc:date>2015-05-22T14:40:35Z</dc:date>
    </item>
  </channel>
</rss>

