<?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: a switch with  absolute or average monthly values. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/a-switch-with-absolute-or-average-monthly-values/m-p/1685167#M450310</link>
    <description>&lt;P&gt;I've attached an app that does what I explained in the prior post. Take a look at it and let me know if this is what you were looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Mar 2020 02:29:30 GMT</pubDate>
    <dc:creator>lblumenfeld</dc:creator>
    <dc:date>2020-03-17T02:29:30Z</dc:date>
    <item>
      <title>a switch with  absolute or average monthly values.</title>
      <link>https://community.qlik.com/t5/QlikView/a-switch-with-absolute-or-average-monthly-values/m-p/1684709#M450285</link>
      <description>&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;Hello, I need to add a switch that allows comparing the values of indicators by absolute or average monthly values.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;I suppose I need to add a slider, but I don’t know how to write an expression.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sun, 15 Mar 2020 00:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/a-switch-with-absolute-or-average-monthly-values/m-p/1684709#M450285</guid>
      <dc:creator>MilenaDrozdova10</dc:creator>
      <dc:date>2020-03-15T00:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: a switch with  absolute or average monthly values.</title>
      <link>https://community.qlik.com/t5/QlikView/a-switch-with-absolute-or-average-monthly-values/m-p/1684811#M450291</link>
      <description>&lt;P&gt;I need a little more information to know exactly wheat you're trying to do, but I think you're looking to do something like this.&lt;/P&gt;&lt;P&gt;Put a set of buttons on the sheet that let's the user toggle between "absolute" or "average" values. The use the selection to control a calculation. If so then you'd do the following...&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a variable in your load script. I'll call mine "ValueType". Set this to a default value. I'll use "Absolute".&lt;/P&gt;&lt;P&gt;Set ValueType = "Absolute";&lt;/P&gt;&lt;P&gt;Then add something to your sheet to let the user toggle the variable between "Absolute" and "Average". I'd recommend the QS-Variable extension that Qlik just added to the Dashboard Bundle. It's pretty self-explanatory, but reply if you need help with this.&lt;/P&gt;&lt;P&gt;Then, in your formulas you'd do something like this...&lt;/P&gt;&lt;P&gt;If('$(ValueType)' = 'Absolute', do the calculation for absolute,&amp;nbsp;do the calculation for average)&lt;/P&gt;&lt;P&gt;Let me know if this helps. If not then please post a little more detail.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 01:53:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/a-switch-with-absolute-or-average-monthly-values/m-p/1684811#M450291</guid>
      <dc:creator>lblumenfeld</dc:creator>
      <dc:date>2020-03-17T01:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: a switch with  absolute or average monthly values.</title>
      <link>https://community.qlik.com/t5/QlikView/a-switch-with-absolute-or-average-monthly-values/m-p/1684885#M450299</link>
      <description>&lt;P&gt;Hello, I have several indicators on my analytical model. I need to add a switch that allows you to switch the indicator data by absolute or average monthly values. I assume that the data should change in all indicators on the sheet when switching.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Then add something to your sheet to let the user toggle the variable between "Absolute" and "Average". I'd recommend the QS-Variable extension that Qlik just added to the Dashboard Bundle. It's pretty self-explanatory, but reply if you need help with this."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yes, I need help with that, because I don`t know how to do that.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 09:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/a-switch-with-absolute-or-average-monthly-values/m-p/1684885#M450299</guid>
      <dc:creator>MilenaDrozdova10</dc:creator>
      <dc:date>2020-03-16T09:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: a switch with  absolute or average monthly values.</title>
      <link>https://community.qlik.com/t5/QlikView/a-switch-with-absolute-or-average-monthly-values/m-p/1685167#M450310</link>
      <description>&lt;P&gt;I've attached an app that does what I explained in the prior post. Take a look at it and let me know if this is what you were looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 02:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/a-switch-with-absolute-or-average-monthly-values/m-p/1685167#M450310</guid>
      <dc:creator>lblumenfeld</dc:creator>
      <dc:date>2020-03-17T02:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: a switch with  absolute or average monthly values.</title>
      <link>https://community.qlik.com/t5/QlikView/a-switch-with-absolute-or-average-monthly-values/m-p/1692130#M450693</link>
      <description>&lt;P&gt;Are you using QlikView or Qlik Sense?&amp;nbsp; The file left for you is for Qlik Sense, and if that is what you are using, then I need to move your post to that product area, but if you are using QlikView, confirm back.&amp;nbsp; The best place I can give you to try to find some more helpful posts would be the Design Blog area, there are over 700 posts there, mostly how-to related that may give you some further ideas on how to approach things.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 18:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/a-switch-with-absolute-or-average-monthly-values/m-p/1692130#M450693</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-04-08T18:24:56Z</dc:date>
    </item>
  </channel>
</rss>

