<?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: How to conditionaly change variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-conditionaly-change-variables/m-p/921058#M982256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you writing about a variable or a field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Aug 2015 13:25:15 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2015-08-12T13:25:15Z</dc:date>
    <item>
      <title>How to conditionaly change variables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionaly-change-variables/m-p/921057#M982255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a variable for my workgroups "vWrkGrps". This variable contains 9 workgroups (WG1, WG2, WG3, WG4, WG5, WG6, WG7, WG8, WG9). What I would like to do is when my dashboard opens the variable would only contain WG1-WG8. Then with some sort of on/off filter button I could add in WG9 to the variable when needed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically we have a new workgroup that we do not want calculated into our metrics for reporting, but would still like to periodically include them to see how things are progressing. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 13:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionaly-change-variables/m-p/921057#M982255</guid>
      <dc:creator>mwscott1</dc:creator>
      <dc:date>2015-08-12T13:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionaly change variables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionaly-change-variables/m-p/921058#M982256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you writing about a variable or a field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 13:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionaly-change-variables/m-p/921058#M982256</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-08-12T13:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionaly change variables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionaly-change-variables/m-p/921059#M982257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a new variable say vAllGroups=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Actions of the button you could add an action-&amp;gt;external-&amp;gt;set variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Variable: vWrkGrps&lt;/P&gt;&lt;P&gt;In Value: =if(vAllGroups=1, '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WG1, WG2, WG3, WG4, WG5, WG6, WG7, WG8', '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;WG1, WG2, WG3, WG4, WG5, WG6, WG7, WG8, WG9')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other Action in Same button&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;In Variable: vAllGroups&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;In Value: =if(vAllGroups=1, 0, 1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 13:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionaly-change-variables/m-p/921059#M982257</guid>
      <dc:creator>maximiliano_vel</dc:creator>
      <dc:date>2015-08-12T13:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionaly change variables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionaly-change-variables/m-p/921060#M982258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A variable. I use the "vWrkGrps" variable in my calculations and was trying to figure out a way to take out WG9 conditionally. I can go in and manually remove the WG9 from my variable to get the reports with and with out WG9 included. Just wondering if there was a way the end user could do this through the presentation with a filter button or something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 13:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionaly-change-variables/m-p/921060#M982258</guid>
      <dc:creator>mwscott1</dc:creator>
      <dc:date>2015-08-12T13:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionaly change variables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionaly-change-variables/m-p/921061#M982259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rather than using events and buttons and actions, why not save a bookmark with all the workgroups and one that excludes WG9? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 13:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionaly-change-variables/m-p/921061#M982259</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-12T13:34:41Z</dc:date>
    </item>
  </channel>
</rss>

