<?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 How to make a selection box based on expressions in a chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259651#M98021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it but it doenst work. I do not know why you think that woul work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The different lines can be shown all at once but then some lines would not stand out because of their low absolute values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats why I created the selection box and added the conditional expression for each line, but I want to be able to select more than one line though... how can this be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question: The X-axis is showing the months in the wrong order (from december to january instead of the other way around: I changed the sort to Numeric Value Ascending but it didnt work...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jan 2012 11:47:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-01-12T11:47:16Z</dc:date>
    <item>
      <title>How to make a selection box based on expressions in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259644#M98014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made a chart with several expressions (X-Axis = Time and Y-Axis=Value). Line A has Values ranging from 10 to 100 and Line B has values ranging from -1000 to +1000 whichc causes that Line A becomes just a straight...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To solve this, I would like to make a selection box of all the different lines. How can I do this? The expressions are based on different tables so there is not a real easy link between them...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how I should make this selection box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 11:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259644#M98014</guid>
      <dc:creator />
      <dc:date>2012-01-09T11:00:09Z</dc:date>
    </item>
    <item>
      <title>How to make a selection box based on expressions in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259645#M98015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;my suggestion in QV 10 is to create variables to show / don't show an expression.&lt;/P&gt;&lt;P&gt;- The vars can be set by the user via a common inputbox.&lt;/P&gt;&lt;P&gt;- in your expressions you can use the vars in different ways like&lt;/P&gt;&lt;P&gt;- - if(vShowExpr2='yes', sum(Val))&lt;/P&gt;&lt;P&gt;- -avg(Val2)*vShowExpr1 // with suppress Zero-Val checked . . .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND:&lt;/P&gt;&lt;P&gt;QV11 has got a new feature making this more comfortable. In the new version you are able to create a condition to show an expression or not. See properties-&amp;gt; Expressions -&amp;gt; Conditional. With the creating of several variables and a common inputbox it is more comfortable and a better "fitting" for both, designer and user.&lt;/P&gt;&lt;P&gt;HtH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 14:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259645#M98015</guid>
      <dc:creator />
      <dc:date>2012-01-09T14:54:10Z</dc:date>
    </item>
    <item>
      <title>How to make a selection box based on expressions in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259646#M98016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help. I am using v11 so I was able to use the conditional formatting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I encountered another problem with this solution:&lt;/P&gt;&lt;P&gt;- I have about 10 expressions with each a different conditional statement. All are linked to list box (with parameter Line). When you select 'Line 1" in the box the char shows Line 1 because the conditional expression is: Line='Line 1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sounds good but when the user wants to select 2 lines at once, it doesn't work anymore and the chart does not show a single line. What should I change to this conditional statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 13:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259646#M98016</guid>
      <dc:creator />
      <dc:date>2012-01-11T13:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a selection box based on expressions in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259647#M98017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have an idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 17:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259647#M98017</guid>
      <dc:creator />
      <dc:date>2012-01-11T17:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a selection box based on expressions in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259648#M98018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can't catch your problem. Are you able to send a little example app?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 09:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259648#M98018</guid>
      <dc:creator />
      <dc:date>2012-01-12T09:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a selection box based on expressions in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259649#M98019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for responding Robert. My QVW-file is filled with confidential data so I cannot share this but I tried to recreate the situation in Excel (attachment).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep in mind that the amounts listed there, are sums of purchases made in that month (of cloths, socks, etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 11:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259649#M98019</guid>
      <dc:creator />
      <dc:date>2012-01-12T11:22:13Z</dc:date>
    </item>
    <item>
      <title>How to make a selection box based on expressions in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259650#M98020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to use combo chart....might be your prob. gets solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 11:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259650#M98020</guid>
      <dc:creator />
      <dc:date>2012-01-12T11:36:49Z</dc:date>
    </item>
    <item>
      <title>How to make a selection box based on expressions in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259651#M98021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it but it doenst work. I do not know why you think that woul work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The different lines can be shown all at once but then some lines would not stand out because of their low absolute values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats why I created the selection box and added the conditional expression for each line, but I want to be able to select more than one line though... how can this be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question: The X-axis is showing the months in the wrong order (from december to january instead of the other way around: I changed the sort to Numeric Value Ascending but it didnt work...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 11:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259651#M98021</guid>
      <dc:creator />
      <dc:date>2012-01-12T11:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a selection box based on expressions in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259652#M98022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;was some days very busy. &lt;/P&gt;&lt;P&gt;But I hope this answer is not too late and points into right direction. Check out the app I build with your (slightly modified) example data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 09:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259652#M98022</guid>
      <dc:creator />
      <dc:date>2012-01-17T09:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a selection box based on expressions in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259653#M98023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Roland,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your reply and your solution. I tried a lot of things myself and kind of settled with I was able to do but this suggestion made it work exactly how I had it in mind!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very much appriciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 09:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-selection-box-based-on-expressions-in-a-chart/m-p/259653#M98023</guid>
      <dc:creator />
      <dc:date>2012-01-17T09:27:01Z</dc:date>
    </item>
  </channel>
</rss>

