<?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 Removing totals from date columns on pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Removing-totals-from-date-columns-on-pivot-table/m-p/1161185#M463473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the pivot table below and I need to remove the dates from the Total row for the date columns.&lt;/P&gt;&lt;P&gt;The Expressions Total Mode is already setup as &lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #575757; text-decoration: underline;"&gt;No Totals&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757;"&gt; but it seems that is ignored on pivot tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;I definitely need the dates in the chart. &lt;SPAN style="color: #575757;"&gt; Is there a way to this without getting rid of the date columns? &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;(I already have the same info in a straight table but the users need to be able to pivot the data on those 3 dimensions)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;Thank you for any advice you can give me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;Miguel Gavidia&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/129891_pastedImage_5.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jul 2016 21:04:47 GMT</pubDate>
    <dc:creator>mgavidia</dc:creator>
    <dc:date>2016-07-01T21:04:47Z</dc:date>
    <item>
      <title>Removing totals from date columns on pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-totals-from-date-columns-on-pivot-table/m-p/1161185#M463473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the pivot table below and I need to remove the dates from the Total row for the date columns.&lt;/P&gt;&lt;P&gt;The Expressions Total Mode is already setup as &lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #575757; text-decoration: underline;"&gt;No Totals&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757;"&gt; but it seems that is ignored on pivot tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;I definitely need the dates in the chart. &lt;SPAN style="color: #575757;"&gt; Is there a way to this without getting rid of the date columns? &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;(I already have the same info in a straight table but the users need to be able to pivot the data on those 3 dimensions)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;Thank you for any advice you can give me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;Miguel Gavidia&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/129891_pastedImage_5.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 21:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-totals-from-date-columns-on-pivot-table/m-p/1161185#M463473</guid>
      <dc:creator>mgavidia</dc:creator>
      <dc:date>2016-07-01T21:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Removing totals from date columns on pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-totals-from-date-columns-on-pivot-table/m-p/1161186#M463474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use Dimensionality() function to populate Date for only the rows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Dimensionality() = 3, Expression4InquiryDate)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarliy for the RentedDaye&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(Dimensionality() = 3, Expression4RentedDate)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 21:07:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-totals-from-date-columns-on-pivot-table/m-p/1161186#M463474</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-01T21:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Removing totals from date columns on pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-totals-from-date-columns-on-pivot-table/m-p/1161187#M463475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That tip did the trick. Thank you very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel Gavidia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 21:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-totals-from-date-columns-on-pivot-table/m-p/1161187#M463475</guid>
      <dc:creator>mgavidia</dc:creator>
      <dc:date>2016-07-01T21:55:49Z</dc:date>
    </item>
  </channel>
</rss>

