<?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 Graph expression picker in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Graph-expression-picker/m-p/226681#M78850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i was wondering if there is a way i can include to the right of my graph a user expression picker?&lt;/P&gt;&lt;P&gt;My graph has 3 expressions and i was hoping to include to the right 3 radio buttons/tick boxes (1 for each expression) which would allow the user to select which expression/s to include on the graph.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3095_sourceID:3095" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Dec 2010 12:15:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-17T12:15:24Z</dc:date>
    <item>
      <title>Graph expression picker</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-expression-picker/m-p/226681#M78850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i was wondering if there is a way i can include to the right of my graph a user expression picker?&lt;/P&gt;&lt;P&gt;My graph has 3 expressions and i was hoping to include to the right 3 radio buttons/tick boxes (1 for each expression) which would allow the user to select which expression/s to include on the graph.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3095_sourceID:3095" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 12:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-expression-picker/m-p/226681#M78850</guid>
      <dc:creator />
      <dc:date>2010-12-17T12:15:24Z</dc:date>
    </item>
    <item>
      <title>Graph expression picker</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-expression-picker/m-p/226682#M78851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;BR /&gt;I solve almost same problem.&lt;BR /&gt;First, create all expressions,&lt;BR /&gt;Then, create buttons, and macros for each button.&lt;BR /&gt;Macros will activate or deactivate expressions&lt;BR /&gt;Look at my example, I create macros and put it in button.&lt;BR /&gt;It deactivates first three expressions and show just 4 expression.&lt;BR /&gt;You can play with it to solve your problem&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;sub expressBt06&lt;BR /&gt;set vGraph = ActiveDocument.GetSheetObject("CH17")&lt;BR /&gt;set vGetProp = vGraph.GetProperties&lt;BR /&gt;set vExpr0 = vGetProp.Expressions.Item(0).Item(0).Data.ExpressionData&lt;BR /&gt;set vExpr1 = vGetProp.Expressions.Item(1).Item(0).Data.ExpressionData&lt;BR /&gt;set vExpr2 = vGetProp.Expressions.Item(2).Item(0).Data.ExpressionData&lt;BR /&gt;set vExpr3 = vGetProp.Expressions.Item(3).Item(0).Data.ExpressionData&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vExpr0.Enable = false&lt;BR /&gt;vExpr1.Enable = false&lt;BR /&gt;vExpr2.Enable = false&lt;BR /&gt;vExpr3.Enable = true&lt;BR /&gt;&lt;BR /&gt;vGraph.SetProperties vGetProp&lt;BR /&gt;end sub&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Hope it help to you. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Igor&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 16:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-expression-picker/m-p/226682#M78851</guid>
      <dc:creator />
      <dc:date>2010-12-17T16:28:34Z</dc:date>
    </item>
  </channel>
</rss>

