<?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: Hide a single expressions sub-total. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-a-single-expressions-sub-total/m-p/1355497#M416068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayank, the table is a straight table.&amp;nbsp; I have to use a straight table for my problem because the totals don't add up correctly based on my expression.&amp;nbsp; I spoke with a co-worker about the problem and it turns out I could use If(dimensionality = 1, Null(), Expression)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 May 2017 14:37:18 GMT</pubDate>
    <dc:creator>NickHoff</dc:creator>
    <dc:date>2017-05-16T14:37:18Z</dc:date>
    <item>
      <title>Hide a single expressions sub-total.</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-single-expressions-sub-total/m-p/1355494#M416065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a metric that is giving the Max(FieldName).&amp;nbsp; The subtotal for a dimension provides no value and is causing confusion.&amp;nbsp; However the subtotal needs to exist for the other metrics.&amp;nbsp; How can I hide the sub-total shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="BPCI Dimensions.png" class="jive-image image-1" src="/legacyfs/online/163576_BPCI Dimensions.png" style="height: 142px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm able to hide the grand total using the option No Totals as shown below, but the facility sub-total shows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="BCPC.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/163580_BCPC.png" style="height: 536px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 14:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-single-expressions-sub-total/m-p/1355494#M416065</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2017-05-16T14:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a single expressions sub-total.</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-single-expressions-sub-total/m-p/1355495#M416066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see below option to play with subtotal:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if you mean to subtotals in Pivot chart, you can use RowNo() function to determine if it's a total row. In subtotals it's always 0 (except the entire-chart total).&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;For example, insert this syntax in the expression of the chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(RowNo()=0,'Subtotal','row-data')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This is what you'll get:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="http://community.qlik.com/servlet/JiveServlet/downloadImage/8684/countries.png" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG class="jive-image" alt="countries.png" src="https://community.qlik.com/legacyfs/online/8684_countries.png" style="border-width: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 14:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-single-expressions-sub-total/m-p/1355495#M416066</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2017-05-16T14:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a single expressions sub-total.</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-single-expressions-sub-total/m-p/1355496#M416067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option go to presentation if this is pivot table. Uncheck show partial sum option .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 14:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-single-expressions-sub-total/m-p/1355496#M416067</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2017-05-16T14:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a single expressions sub-total.</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-single-expressions-sub-total/m-p/1355497#M416068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayank, the table is a straight table.&amp;nbsp; I have to use a straight table for my problem because the totals don't add up correctly based on my expression.&amp;nbsp; I spoke with a co-worker about the problem and it turns out I could use If(dimensionality = 1, Null(), Expression)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 14:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-single-expressions-sub-total/m-p/1355497#M416068</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2017-05-16T14:37:18Z</dc:date>
    </item>
  </channel>
</rss>

