<?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: Timeseries: % split of dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691520#M250258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &amp;lt;Salesman&amp;gt; should be &amp;lt;Salesman=&amp;gt; to ignore the selection in the set modifier portion of the set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jul 2014 13:48:12 GMT</pubDate>
    <dc:creator>joshabbott</dc:creator>
    <dc:date>2014-07-31T13:48:12Z</dc:date>
    <item>
      <title>Timeseries: % split of dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691516#M250254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a time series chart that looks at % of total sales for each salesman for each period. My dimensions are Opsdate and Salesman and my expression is:&lt;/P&gt;&lt;P&gt;Sum(Sales) / Sum (TOTAL &amp;lt;Opsdate&amp;gt; Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My user wants me to adjust the chart so when he selects the a Salesman the chart just drops the other salesman and the selected Salesman % stays the same. With my existing formula it just shows a flat line at 100% because both the numerator and the denominator are adjusted by the selections. I want the denominator not to be impacted by the Salesman selection. So I tried the following formula:&lt;/P&gt;&lt;P&gt;Sum(Sales) / Sum ( {&amp;lt;Salesman&amp;gt;} TOTAL &amp;lt;Opsdate&amp;gt; Sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it doesn't seem to work. I played about with Aggr functions but have had no joy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 13:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691516#M250254</guid>
      <dc:creator />
      <dc:date>2014-07-31T13:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Timeseries: % split of dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691517#M250255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this for denominator:&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;"&gt;Sum (1 {&amp;lt;Salesman&amp;gt;} TOTAL Sales&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 13:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691517#M250255</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-31T13:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Timeseries: % split of dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691518#M250256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you are missing an ending parenthesis and an equal sign:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(Sales) / sum({&amp;lt;Salesman=&amp;gt;} TOTAL &amp;lt;Opsdate&amp;gt; Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 13:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691518#M250256</guid>
      <dc:creator>joshabbott</dc:creator>
      <dc:date>2014-07-31T13:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Timeseries: % split of dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691519#M250257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is good but it forces it to be the total of all the data regardless of other selections made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally what I am looking for is if I select another filter, for example Region = Europe, then the chart shows the % of Sales for each Salesman for that Region. It is only the Salesman dimension that I want to be ignored in the denominator.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 13:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691519#M250257</guid>
      <dc:creator />
      <dc:date>2014-07-31T13:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Timeseries: % split of dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691520#M250258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &amp;lt;Salesman&amp;gt; should be &amp;lt;Salesman=&amp;gt; to ignore the selection in the set modifier portion of the set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 13:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691520#M250258</guid>
      <dc:creator>joshabbott</dc:creator>
      <dc:date>2014-07-31T13:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Timeseries: % split of dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691521#M250259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right, so try:&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;"&gt;Sum(Sales) / Sum (TOTAL &amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Salesman &lt;/SPAN&gt;&amp;gt; Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;let me know&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 13:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691521#M250259</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-31T13:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Timeseries: % split of dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691522#M250260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can actually use either, both give the same result of ignoring the Salesman selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 14:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691522#M250260</guid>
      <dc:creator />
      <dc:date>2014-07-31T14:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Timeseries: % split of dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691523#M250261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Josh, I would have thought that formula should work but it the Salesman bit doesn't seem to do anything, when I select a single Salesman it still shows as 100%. Could it be because Salesman is one of my dimensions in the chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 14:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691523#M250261</guid>
      <dc:creator />
      <dc:date>2014-07-31T14:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Timeseries: % split of dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691524#M250262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help. We are getting closer but this formula ignores the date so the chart shows each weeks sales for each salesman divided by total sales over all periods?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 14:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691524#M250262</guid>
      <dc:creator />
      <dc:date>2014-07-31T14:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Timeseries: % split of dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691525#M250263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I really don't think so.&amp;nbsp; Is there another expression in your chart?&amp;nbsp; Is the 'Salesman' the exact same dimenstion that is in your dimension, I think if this is cased wrong or spelled different, it may do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 14:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691525#M250263</guid>
      <dc:creator>joshabbott</dc:creator>
      <dc:date>2014-07-31T14:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Timeseries: % split of dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691526#M250264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then use:&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: 12px; background-color: #f6f6f6;"&gt;Sum(Sales) / Sum (TOTAL &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Salesman, OpsDate&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&amp;gt; Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 14:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691526#M250264</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-31T14:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Timeseries: % split of dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691527#M250265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Guys, I have added an example to show what I am trying to do if this makes it any clearer. So the issue is when I click on a Salesman the chart goes to 100%, I want it to stay with the same values just drop the unselected salesman from the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 15:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691527#M250265</guid>
      <dc:creator />
      <dc:date>2014-07-31T15:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Timeseries: % split of dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691528#M250266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another thing I noticed is the color changes of the salesman.&amp;nbsp; Check 'Persistent Colors' on the 'Colors' tab so this doesn't happen if you don't want it to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 15:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691528#M250266</guid>
      <dc:creator>joshabbott</dc:creator>
      <dc:date>2014-07-31T15:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Timeseries: % split of dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691529#M250267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Josh. The reason the formula didn't work in my live version is the field was called SalesMan and I had Salesman in my expression! Just one of those days. Much appreciated your help everyone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 15:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeseries-split-of-dimension/m-p/691529#M250267</guid>
      <dc:creator />
      <dc:date>2014-07-31T15:41:39Z</dc:date>
    </item>
  </channel>
</rss>

