<?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 Modify the total of straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Modify-the-total-of-straight-table/m-p/1091776#M522875</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 am trying to modify the totals of a straight table.&lt;/P&gt;&lt;P&gt;Basically i have a straight table with one dimension(the dimension has only 2 values) and 4 expressions.&lt;/P&gt;&lt;P&gt;this is a YoY comparison.&lt;/P&gt;&lt;P&gt;instead of totals at the bottom i want the percentage increase as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119733_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Mar 2016 19:01:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-29T19:01:37Z</dc:date>
    <item>
      <title>Modify the total of straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-total-of-straight-table/m-p/1091776#M522875</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 am trying to modify the totals of a straight table.&lt;/P&gt;&lt;P&gt;Basically i have a straight table with one dimension(the dimension has only 2 values) and 4 expressions.&lt;/P&gt;&lt;P&gt;this is a YoY comparison.&lt;/P&gt;&lt;P&gt;instead of totals at the bottom i want the percentage increase as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119733_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 19:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-total-of-straight-table/m-p/1091776#M522875</guid>
      <dc:creator />
      <dc:date>2016-03-29T19:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the total of straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-total-of-straight-table/m-p/1091777#M522876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this in your expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Dimensionality()=0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;YourPercentageIncreaseExpressionInTotalLine&lt;/EM&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;YourDetailsLineExpression&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 19:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-total-of-straight-table/m-p/1091777#M522876</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-29T19:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the total of straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-total-of-straight-table/m-p/1091778#M522877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Dimensionality()&amp;gt;0,&lt;/P&gt;&lt;P&gt;sum(SalesAmount),&lt;/P&gt;&lt;P&gt;Num(sum(SalesAmount),'#,##0.00%'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the expression to default in Number Tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 19:17:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-total-of-straight-table/m-p/1091778#M522877</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2016-03-29T19:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the total of straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-total-of-straight-table/m-p/1091779#M522878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, i didn't see when replying the question, i see after submitting, Apology&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 19:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-total-of-straight-table/m-p/1091779#M522878</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2016-03-29T19:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the total of straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-total-of-straight-table/m-p/1091780#M522879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, that happens quite often because it's hard to see if there are replies coming in while typing.&lt;/P&gt;&lt;P&gt;Keep on Qliking...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 19:22:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-total-of-straight-table/m-p/1091780#M522879</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-29T19:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the total of straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-total-of-straight-table/m-p/1091781#M522880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This group is awesome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 19:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-total-of-straight-table/m-p/1091781#M522880</guid>
      <dc:creator />
      <dc:date>2016-03-29T19:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Modify the total of straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Modify-the-total-of-straight-table/m-p/1091782#M522881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works, i tested with the values hardcoded, but another issue that i have is that i am using calculated dimension. how can I refer it in expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 12:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modify-the-total-of-straight-table/m-p/1091782#M522881</guid>
      <dc:creator />
      <dc:date>2016-03-30T12:12:28Z</dc:date>
    </item>
  </channel>
</rss>

