<?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: Slider variables not linking correctly with rolling 12 months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Slider-variables-not-linking-correctly-with-rolling-12-months/m-p/69653#M779009</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus, you have a good rest of the weekend my friend &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Apr 2018 13:08:33 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-04-06T13:08:33Z</dc:date>
    <item>
      <title>Slider variables not linking correctly with rolling 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-variables-not-linking-correctly-with-rolling-12-months/m-p/69650#M779006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning all, qlikview fun ever increasing and I hope you can help with my latest query &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my attached, I am trying to create a rolling 12 months calculation, that works with a slider calculation, based on min and max variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 straight tables, showing how the example should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;what the total amount should be&lt;/LI&gt;&lt;LI&gt;rolling 12 month calculation&lt;/LI&gt;&lt;LI&gt;rolling 12 month calculation, which includes the slider min and max variables.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when you click period 1217, the rolling 12 months amount stays the same which is excellent.&lt;/P&gt;&lt;P&gt;However the final straight table, including the slider variables decreases in amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice/help as to what i'm doing wrong would be fantastic?&lt;/P&gt;&lt;P&gt;I'm hoping it's just a missing bracket or some sort, which I just cannot see (it's weird, as it works with the year, just not the period).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appreciated.&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/Slider-variables-not-linking-correctly-with-rolling-12-months/m-p/69650#M779006</guid>
      <dc:creator>marcus_steggall</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Slider variables not linking correctly with rolling 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-variables-not-linking-correctly-with-rolling-12-months/m-p/69651#M779007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to add the same date and time set analysis to your condition on Client&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;[Period_Sort]={"&amp;gt;=$(=max([Period_Sort])-11)&amp;lt;=$(=max([Period_Sort]))"},Period_Number= ,Year_YYYY= ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Client_Name={"=round(Sum(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;[Period_Sort]={""&amp;gt;=$(=max([Period_Sort])-11)&amp;lt;=$(=max([Period_Sort]))""},Period_Number= ,Year_YYYY=&amp;gt;}&lt;/SPAN&gt;Revenue))&amp;lt;=$(vMinLimit) or round(Sum(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;[Period_Sort]={""&amp;gt;=$(=max([Period_Sort])-11)&amp;lt;=$(=max([Period_Sort]))""},Period_Number= ,Year_YYYY=&amp;gt;}&lt;/SPAN&gt;Revenue))&amp;gt;=$(vMaxLimit)"}&amp;gt;} Revenue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="198721" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198721_Capture.PNG" style="height: 181px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 11:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-variables-not-linking-correctly-with-rolling-12-months/m-p/69651#M779007</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-06T11:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Slider variables not linking correctly with rolling 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-variables-not-linking-correctly-with-rolling-12-months/m-p/69652#M779008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sunny you absolute legend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;makes complete sense, to include on the client side too and im pleased to report, this works like a dream.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you've started my weekend off in great style.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you have an awesome friday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 13:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-variables-not-linking-correctly-with-rolling-12-months/m-p/69652#M779008</guid>
      <dc:creator>marcus_steggall</dc:creator>
      <dc:date>2018-04-06T13:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Slider variables not linking correctly with rolling 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-variables-not-linking-correctly-with-rolling-12-months/m-p/69653#M779009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus, you have a good rest of the weekend my friend &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 13:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-variables-not-linking-correctly-with-rolling-12-months/m-p/69653#M779009</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-06T13:08:33Z</dc:date>
    </item>
  </channel>
</rss>

