<?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: Total which does not change in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Total-which-does-not-change/m-p/1444781#M808436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are loading the variable in the script... then yes, otherwise you can make the change in variable overview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2017 15:51:34 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-10-12T15:51:34Z</dc:date>
    <item>
      <title>Total which does not change</title>
      <link>https://community.qlik.com/t5/QlikView/Total-which-does-not-change/m-p/1444776#M808431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to calculate the total volume of sales, by each time period and i need that value of those to not change, if the user selects a segment of the vehicle types.&amp;nbsp; if i use =sum({&amp;lt;[TP]={$(TP1)}&amp;gt;} ALL Volume), where TP1 is a user entered value, I get an unchanging sum of all volumes in the data set, for all time periods, not the sum volume of all in the set of TP1. if i do this &lt;SPAN style="font-size: 13.3333px;"&gt;=sum(ALL{&amp;lt;[TP]={$(TP1)}&amp;gt;} Volume), the sum volume is changed, when the user clicks on a vehicle type.&amp;nbsp; that is also the case with &lt;SPAN style="font-size: 13.3333px;"&gt;=sum({&amp;lt;[TP]={$(TP1)}&amp;gt;} TOTAL Volume) no matter when I put the word TOTAL.&amp;nbsp; How do I sum the total volume of sales, for each time period, without it changing if the user selects a vehicle segment?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;becki kain&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-which-does-not-change/m-p/1444776#M808431</guid>
      <dc:creator>becki_kain</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Total which does not change</title>
      <link>https://community.qlik.com/t5/QlikView/Total-which-does-not-change/m-p/1444777#M808432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;=Sum({1&amp;lt;[TP]={$(TP1)}&amp;gt;} TOTAL &amp;lt;[TP]&amp;gt; Volume)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;=Sum({1} TOTAL &amp;lt;[TP]&amp;gt; Volume)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 15:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-which-does-not-change/m-p/1444777#M808432</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-12T15:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Total which does not change</title>
      <link>https://community.qlik.com/t5/QlikView/Total-which-does-not-change/m-p/1444778#M808433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;Sum({1} TOTAL &amp;lt;[time period]&amp;gt; Volume)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 15:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-which-does-not-change/m-p/1444778#M808433</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-12T15:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Total which does not change</title>
      <link>https://community.qlik.com/t5/QlikView/Total-which-does-not-change/m-p/1444779#M808434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks!&amp;nbsp; it was &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[TP]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(TP1)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Volume&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do I have to save and reload every time I change a variable definition?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 15:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-which-does-not-change/m-p/1444779#M808434</guid>
      <dc:creator>becki_kain</dc:creator>
      <dc:date>2017-10-12T15:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Total which does not change</title>
      <link>https://community.qlik.com/t5/QlikView/Total-which-does-not-change/m-p/1444780#M808435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no,that didn't work but thanks.&amp;nbsp; I put in the answer above.&amp;nbsp; thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 15:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-which-does-not-change/m-p/1444780#M808435</guid>
      <dc:creator>becki_kain</dc:creator>
      <dc:date>2017-10-12T15:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Total which does not change</title>
      <link>https://community.qlik.com/t5/QlikView/Total-which-does-not-change/m-p/1444781#M808436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are loading the variable in the script... then yes, otherwise you can make the change in variable overview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 15:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-which-does-not-change/m-p/1444781#M808436</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-12T15:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Total which does not change</title>
      <link>https://community.qlik.com/t5/QlikView/Total-which-does-not-change/m-p/1444782#M808437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks.&amp;nbsp; yeah, these are variables in the variable settings not load script because they change with user entered values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again!&amp;nbsp; this is NOT user friendly (for the first couple of weeks)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 15:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-which-does-not-change/m-p/1444782#M808437</guid>
      <dc:creator>becki_kain</dc:creator>
      <dc:date>2017-10-12T15:54:31Z</dc:date>
    </item>
  </channel>
</rss>

