<?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: Only show totals in straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Only-show-totals-in-straight-table/m-p/732218#M1049318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes... consider that you have Customer vs Sales data in your data model..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a straight table without any dimension and use expression as SUM(Sales)&amp;nbsp; and label it as TotalSales...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2014 11:04:24 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-10-30T11:04:24Z</dc:date>
    <item>
      <title>Only show totals in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-totals-in-straight-table/m-p/732217#M1049317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to only show the total in straight table? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 11:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-totals-in-straight-table/m-p/732217#M1049317</guid>
      <dc:creator />
      <dc:date>2014-10-30T11:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Only show totals in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-totals-in-straight-table/m-p/732218#M1049318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes... consider that you have Customer vs Sales data in your data model..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a straight table without any dimension and use expression as SUM(Sales)&amp;nbsp; and label it as TotalSales...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 11:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-totals-in-straight-table/m-p/732218#M1049318</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-10-30T11:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Only show totals in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-totals-in-straight-table/m-p/732219#M1049320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write Total with Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Total Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Total YourMetricNameHere )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 11:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-totals-in-straight-table/m-p/732219#M1049320</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-30T11:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Only show totals in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-totals-in-straight-table/m-p/732220#M1049321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Both, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps if I explain in more details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a project ID, date created. I wanted to know how many days it had been created then total the number of projectIDs that had been created for 180+ days. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is where I have got to so far&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Show.png" class="jive-image" height="336" src="https://community.qlik.com/legacyfs/online/70097_Show.png" style="width: 597.832775919732px; height: 336px;" width="598" /&gt;&lt;/P&gt;&lt;P&gt;To calculate the second column I did-&lt;/P&gt;&lt;P&gt;Interval((Date(Today()))- (sum(Created)), 'd')&lt;/P&gt;&lt;P&gt;To calculate the last column I did-&lt;/P&gt;&lt;P&gt;If(Interval((Date(Today()))- (sum(Created)), 'd')&amp;gt;180, 1, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I only want one box showing the total number of Product IDs over 180 days old. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 11:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-totals-in-straight-table/m-p/732220#M1049321</guid>
      <dc:creator />
      <dc:date>2014-10-30T11:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Only show totals in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-totals-in-straight-table/m-p/732221#M1049322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=SUM(IF(Aggr(Interval(Today()-Created,'d'),[Project ID])&amp;gt;=180,1,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 11:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-totals-in-straight-table/m-p/732221#M1049322</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-10-30T11:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Only show totals in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Only-show-totals-in-straight-table/m-p/732222#M1049324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are a genius!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 12:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-show-totals-in-straight-table/m-p/732222#M1049324</guid>
      <dc:creator />
      <dc:date>2014-10-30T12:13:55Z</dc:date>
    </item>
  </channel>
</rss>

