<?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: remove grand total from one column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/remove-grand-total-from-one-column/m-p/1089164#M466292</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello onno ,Even i was trying to do that but in my expression tab the NO TOTAL is graded out,please see that attachment&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2016 12:55:46 GMT</pubDate>
    <dc:creator>kunkumnaveen</dc:creator>
    <dc:date>2016-02-10T12:55:46Z</dc:date>
    <item>
      <title>remove grand total from one column</title>
      <link>https://community.qlik.com/t5/QlikView/remove-grand-total-from-one-column/m-p/1089161#M466289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys ,can any one help me to getrid of this grand total for a particular expression in my case the&amp;nbsp; column called % of total for that column i dont to see grand total i tried to rid of it through presentation tab but its not working in my case is there any another way to get rid of that .please find the attachment&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 12:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-grand-total-from-one-column/m-p/1089161#M466289</guid>
      <dc:creator>kunkumnaveen</dc:creator>
      <dc:date>2016-02-10T12:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: remove grand total from one column</title>
      <link>https://community.qlik.com/t5/QlikView/remove-grand-total-from-one-column/m-p/1089162#M466290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to the Expressions tab.&lt;/P&gt;&lt;P&gt;Select the expression you do not want to see a total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the bottom right of the Expression tab select "No Totals".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 12:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-grand-total-from-one-column/m-p/1089162#M466290</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-02-10T12:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: remove grand total from one column</title>
      <link>https://community.qlik.com/t5/QlikView/remove-grand-total-from-one-column/m-p/1089163#M466291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, since it's a pivot table, the 'No Totals' options on expression tab is disabled.&lt;/P&gt;&lt;P&gt;I think you need to work around this using a Dimensionality() check:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify your current expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Dimensionality()&amp;gt;0, &lt;EM&gt;YourCurrentExpression&lt;/EM&gt;, '')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 12:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-grand-total-from-one-column/m-p/1089163#M466291</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-02-10T12:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: remove grand total from one column</title>
      <link>https://community.qlik.com/t5/QlikView/remove-grand-total-from-one-column/m-p/1089164#M466292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello onno ,Even i was trying to do that but in my expression tab the NO TOTAL is graded out,please see that attachment&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 12:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-grand-total-from-one-column/m-p/1089164#M466292</guid>
      <dc:creator>kunkumnaveen</dc:creator>
      <dc:date>2016-02-10T12:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: remove grand total from one column</title>
      <link>https://community.qlik.com/t5/QlikView/remove-grand-total-from-one-column/m-p/1089165#M466293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;take Year--&amp;gt;Quarter--&amp;gt;Month as dimension&lt;/P&gt;&lt;P&gt;Expression: Sum(Sales)&lt;/P&gt;&lt;P&gt;Expression: Count(OrderID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u don't want to showcase Total for Count(Orders) expression, try like this..&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;IF(Dimensionlaity()=3,Count(OrderID),'' )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Test.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114166_Test.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 13:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-grand-total-from-one-column/m-p/1089165#M466293</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-02-10T13:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: remove grand total from one column</title>
      <link>https://community.qlik.com/t5/QlikView/remove-grand-total-from-one-column/m-p/1089166#M466294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi can you please share your qvd file&lt;/P&gt;&lt;P&gt;to get the solution faster&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 13:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-grand-total-from-one-column/m-p/1089166#M466294</guid>
      <dc:creator />
      <dc:date>2016-02-10T13:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: remove grand total from one column</title>
      <link>https://community.qlik.com/t5/QlikView/remove-grand-total-from-one-column/m-p/1089167#M466295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry; my bad. I assumed it was a Straight Table as I did not open the PPT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 14:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/remove-grand-total-from-one-column/m-p/1089167#M466295</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-02-10T14:27:29Z</dc:date>
    </item>
  </channel>
</rss>

