<?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: Show totals in Straight Table Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816448#M1033284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without understanding what you're actually trying to do I can only make very wild guesses. Perhaps you need to use the aggr function to sum the rows: sum(aggr( ...expression... , ChartDimA, ChartDimB,...,ChartDimX). Perhaps you can use the dimensionality function. Perhaps you need to use the getcurrentfield function. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2015 14:27:05 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-01-21T14:27:05Z</dc:date>
    <item>
      <title>Show totals in Straight Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816445#M1033281</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;I have a table chart as illustrated below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 492px;"&gt;&lt;TBODY&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl68" height="17" style="height: 12.75pt; border-top: none;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/75707_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The chart allows drill down to data for specific dates. I'm calculating some of the columns. My problem is some of the calculated columns do not give a grand total when at the highest level of the chart, but if I drill down the column correctly totals the column. Can anyone advise what I'm missing in my qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 01:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816445#M1033281</guid>
      <dc:creator />
      <dc:date>2015-01-20T01:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Show totals in Straight Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816446#M1033282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's possible that an expression cannot be calculated at the total level, i.e. without the dimensions. In a straight table you can set the Total Mode to Sum of Rows to sum up the values of the individual rows. Perhaps that is enough to solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 14:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816446#M1033282</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-21T14:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Show totals in Straight Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816447#M1033283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for replying. I’ve used the sum of rows option. The problem is when I drill down the sum of rows option results in an overstated total. I think the behavior is a result of trying to mix summary and detail level data in the same chart. Can you recommend a way of doing this? Is there a function or expression in Qlikview that can distinguish when to sum rows and when to use the default expression total?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bernard Smith | SQL Report Developer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 14:20:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816447#M1033283</guid>
      <dc:creator />
      <dc:date>2015-01-21T14:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Show totals in Straight Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816448#M1033284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without understanding what you're actually trying to do I can only make very wild guesses. Perhaps you need to use the aggr function to sum the rows: sum(aggr( ...expression... , ChartDimA, ChartDimB,...,ChartDimX). Perhaps you can use the dimensionality function. Perhaps you need to use the getcurrentfield function. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 14:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816448#M1033284</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-21T14:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Show totals in Straight Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816449#M1033286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;" Is there a function or expression in Qlikview that can distinguish when to sum rows and when to use the default expression total?"&lt;/P&gt;&lt;P&gt;No, but you can create two identical expressions with different total mode, and use conditional show - show one with expression total on one condition, and another with sum of rows on another condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 14:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816449#M1033286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-21T14:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Show totals in Straight Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816450#M1033288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your “Wild” Guesses. They actually sound  like great options that I need to research. I’ve already started looking into AGGR and I’ll check the others as well. Also, I apologize if my request seems cryptic. I’m trying not to overload readers with detail. However, if it will help, I’ll give a brief description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’m developing a sales dashboard (sourced from a SQL Server Query), which compares daily sales activity with monthly sales quotas across company branches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My initial approach for the straight table chart is one column which shows the total sales YTD by region and Total Quota YTD by region. I developed the table so users initially see all regions, then can drill down to the daily activity. The quota column uses a calculation to determine the daily quota for the region based on the monthly quota and planned number of working days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing I don’t understand is why at the region level of the straight table, the daily sales provides an accurate total automatically, but the daily quota is a null value. However, if I drill into the dates, the daily quota total is calculated .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you offer any advice on why the quota column as described above does not provide a total at the highest level of my “rollup”?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bernard Smith | SQL Report Developer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 14:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816450#M1033288</guid>
      <dc:creator />
      <dc:date>2015-01-21T14:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Show totals in Straight Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816451#M1033290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply. This sounds like what I need to do. Can you suggest a resource that describes with examples how to do what you’ve suggested?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bernard Smith | SQL Report Developer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 14:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816451#M1033290</guid>
      <dc:creator />
      <dc:date>2015-01-21T14:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show totals in Straight Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816452#M1033291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Can you offer any advice on why the quota column as described above does not provide a total at the highest level of my “rollup”?&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Not without first looking at the qlikview app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 14:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816452#M1033291</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-21T14:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Show totals in Straight Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816453#M1033292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I’ll upload the app for reference, but I’ll need a little time to prep it before upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bernard Smith | SQL Report Developer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 14:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816453#M1033292</guid>
      <dc:creator />
      <dc:date>2015-01-21T14:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Show totals in Straight Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816454#M1033293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem. Perhaps this document can help with that: &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1290" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 14:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816454#M1033293</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-21T14:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Show totals in Straight Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816455#M1033294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow! I didn’t realize Qlikview had such features. In case you haven’t guessed, I’m very new to QV. My Company brought it a few months ago, but it was the “baby” of one executive. AS of a few weeks ago, I became the default QV guru. I understand basics bit I’m getting up to speed on advanced functions, expressions, etc. I really appreciate the help and advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bernard Smith | SQL Report Developer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 15:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816455#M1033294</guid>
      <dc:creator />
      <dc:date>2015-01-21T15:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Show totals in Straight Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816456#M1033295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See chart properties in the attached file, tab Expressions.&amp;nbsp; Notice Conditional check box and the condition below it.&lt;/P&gt;&lt;P&gt;Also notice the nature of expression itself - I used only(Amount) by purpose so it doesn't return expression total unless only one location is selected.&lt;BR /&gt;The way is to use sum(Amount), there will be no need for this trick.&amp;nbsp; This is what's &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;Gysbert Wassenaar&lt;/A&gt; means.&amp;nbsp; I'm sure there is a way to fix your expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 15:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816456#M1033295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-21T15:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Show totals in Straight Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816457#M1033296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael, Gysbert, Thank you for the advice. I'm going to take your suggestions and work with them for a bit. I'm also reviewing my load script and overall data model.&amp;nbsp; I'll upload a copy of my app later today with results. Again, I thank you both for the valuable advice. I hope to hear from you again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 15:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-totals-in-Straight-Table-Chart/m-p/816457#M1033296</guid>
      <dc:creator />
      <dc:date>2015-01-21T15:45:57Z</dc:date>
    </item>
  </channel>
</rss>

