<?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 Multiple Gauges from one List box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-Gauges-from-one-List-box/m-p/308335#M1192477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I managed to work out how to do this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the "Expressions" Tab, in the definition field, I changed the expression from &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(DocumentStatus)&amp;nbsp;&amp;nbsp; -----&amp;gt; this is my QTY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count ({$&amp;lt;StepNumber={1}&amp;gt;} DocumentStatus)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and repeated it for each of my steps. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jun 2011 05:07:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-24T05:07:17Z</dc:date>
    <item>
      <title>Multiple Gauges from one List box</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Gauges-from-one-List-box/m-p/308332#M1192474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If anyone knows if this is possible, I would appreciate your help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box which looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;StepNumber, StepName, Qty&lt;/P&gt;&lt;P&gt;1,Name1,5&lt;/P&gt;&lt;P&gt;2,Name2,3&lt;/P&gt;&lt;P&gt;3,Name3,7&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a seperate gauge for each step, so that gauge1 = 5, guage2 = 3, guage3 = 7 etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I setup my used dimensions as&lt;/P&gt;&lt;P&gt;=Count ({&amp;lt;StepNumber=1&amp;gt;} DocumentStatus)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then select a record from the list box, the gauge displays the Qty correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I dont want to select any records in the list box, but if I dont select anything, it just displays a total count.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can add a calculation condition of StepNumber=1, however then I get a "Calculation condition unfulfilled" on the chart if I dont select record 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, is it then possible to set the title of the gauge to dynamically pick up the StepName?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 01:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Gauges-from-one-List-box/m-p/308332#M1192474</guid>
      <dc:creator />
      <dc:date>2011-06-22T01:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Gauges from one List box</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Gauges-from-one-List-box/m-p/308333#M1192475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can have one listbox for the three fields. Selecting one entry can be made to select three fields using event triggers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you select line '1,Name1,5', it is equivalent to selecting '1' in the listbox for StepNumber, 'Name1' in the listbox for StepName and '3' in the listbox for 'Qty'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From this you can have gauges with conditional calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A sample qvw file is attached for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 02:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Gauges-from-one-List-box/m-p/308333#M1192475</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2011-06-22T02:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Gauges from one List box</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Gauges-from-one-List-box/m-p/308334#M1192476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you but I already have the list box with the three fields and I do NOT want to select any lines from it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, thanks for your example, however I currently only have the personal edition and cannot open it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 02:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Gauges-from-one-List-box/m-p/308334#M1192476</guid>
      <dc:creator />
      <dc:date>2011-06-22T02:33:14Z</dc:date>
    </item>
    <item>
      <title>Multiple Gauges from one List box</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Gauges-from-one-List-box/m-p/308335#M1192477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I managed to work out how to do this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the "Expressions" Tab, in the definition field, I changed the expression from &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(DocumentStatus)&amp;nbsp;&amp;nbsp; -----&amp;gt; this is my QTY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count ({$&amp;lt;StepNumber={1}&amp;gt;} DocumentStatus)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and repeated it for each of my steps. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 05:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Gauges-from-one-List-box/m-p/308335#M1192477</guid>
      <dc:creator />
      <dc:date>2011-06-24T05:07:17Z</dc:date>
    </item>
  </channel>
</rss>

