<?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 change graph expression/dimension with button? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-change-graph-expression-dimension-with-button/m-p/972405#M528027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having the same problem for some reason. Unable to send you the private message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Sep 2015 12:35:38 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-09-18T12:35:38Z</dc:date>
    <item>
      <title>How to change graph expression/dimension with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-graph-expression-dimension-with-button/m-p/972397#M528018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question which is quite complicated for me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to change between graphs (in this case line graphs). I have two sets of Data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Inflation data with time periods (year) and countries. &lt;/P&gt;&lt;P&gt;2. Labour Rate data also with time periods (year) and countries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally I would like to press a button that changes the graph from one set of expression to another - that way I only need one graph. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dimensions for now are the same (year and then country) just that the expression for the two graphs are different (sum of Inflation data VS sum of Labour Rate Data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do this? I'm attaching a photo. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also note that i'm not a coder/techie &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Slide1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99247_Slide1.JPG" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 14:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-graph-expression-dimension-with-button/m-p/972397#M528018</guid>
      <dc:creator />
      <dc:date>2015-09-17T14:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to change graph expression/dimension with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-graph-expression-dimension-with-button/m-p/972398#M528019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yahya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just add a condition based on either the value of a variable (button) or the output of Getfieldselections() (inline listbox for selection) to any dimension or expression that you want to use in the graph. There is an edit_field for each in the dialog.&lt;/P&gt;&lt;P&gt;That way, you can use that listbox or button to change which dimension(s) or expression(s) your graph uses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 14:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-graph-expression-dimension-with-button/m-p/972398#M528019</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-09-17T14:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to change graph expression/dimension with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-graph-expression-dimension-with-button/m-p/972399#M528020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a variable with button action to change between 0 and 1 (&lt;STRONG&gt;If(vVar = 0, 1, 0)&lt;/STRONG&gt;). The way the if statement is structured the value of vVar will swap between 0 and 1. So now you can use expression condition for your set of expressions like this vVar = 0 and vVar = 1. If you need more sets you can do like this(&lt;STRONG&gt;If(vVar = 0, 1, If(vVar = 1, 2, 0))&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 14:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-graph-expression-dimension-with-button/m-p/972399#M528020</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-17T14:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to change graph expression/dimension with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-graph-expression-dimension-with-button/m-p/972400#M528021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px;"&gt;hi sunny, thanks so much for your help, but i'm really sorry its quite advanced for me. could we do this a little slower? i could send you a private message/email&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 12:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-graph-expression-dimension-with-button/m-p/972400#M528021</guid>
      <dc:creator />
      <dc:date>2015-09-18T12:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to change graph expression/dimension with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-graph-expression-dimension-with-button/m-p/972401#M528023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure we can &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, 18 Sep 2015 12:21:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-graph-expression-dimension-with-button/m-p/972401#M528023</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-18T12:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to change graph expression/dimension with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-graph-expression-dimension-with-button/m-p/972402#M528024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;send me a message? i can't unfortunately for some reason&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 12:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-graph-expression-dimension-with-button/m-p/972402#M528024</guid>
      <dc:creator />
      <dc:date>2015-09-18T12:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to change graph expression/dimension with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-graph-expression-dimension-with-button/m-p/972403#M528025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to follow me for me tobe able to send you a private message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 12:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-graph-expression-dimension-with-button/m-p/972403#M528025</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-18T12:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to change graph expression/dimension with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-graph-expression-dimension-with-button/m-p/972404#M528026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still not working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 12:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-graph-expression-dimension-with-button/m-p/972404#M528026</guid>
      <dc:creator />
      <dc:date>2015-09-18T12:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to change graph expression/dimension with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-graph-expression-dimension-with-button/m-p/972405#M528027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having the same problem for some reason. Unable to send you the private message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 12:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-graph-expression-dimension-with-button/m-p/972405#M528027</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-18T12:35:38Z</dc:date>
    </item>
  </channel>
</rss>

