<?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 Traffic Light Gauge Settings in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Traffic-Light-Gauge-Settings/m-p/254637#M1206335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to set different goals based on the location. So the green on the gauge would start at a different spot depending on the location. Below is an example of what I'm trying to do. The gauge is being shown within a column in a table chart with the location as the dimension. Using the formula below it is just showing green starting at .5 for all locations. Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(LocationShortNM='ANW',0.814,IF(LocationShortNM='BUF',.9,.5))&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Apr 2010 17:56:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-29T17:56:28Z</dc:date>
    <item>
      <title>Traffic Light Gauge Settings</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-Light-Gauge-Settings/m-p/254637#M1206335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to set different goals based on the location. So the green on the gauge would start at a different spot depending on the location. Below is an example of what I'm trying to do. The gauge is being shown within a column in a table chart with the location as the dimension. Using the formula below it is just showing green starting at .5 for all locations. Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(LocationShortNM='ANW',0.814,IF(LocationShortNM='BUF',.9,.5))&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 17:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-Light-Gauge-Settings/m-p/254637#M1206335</guid>
      <dc:creator />
      <dc:date>2010-04-29T17:56:28Z</dc:date>
    </item>
    <item>
      <title>Traffic Light Gauge Settings</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-Light-Gauge-Settings/m-p/254638#M1206336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is LocationShortNM supposed to be the selected value in that field? Or do you have multiple guages for different values (and then use Set Analysis in the expressions)?&lt;/P&gt;&lt;P&gt;The problem you are having is that these setting are not reevaluated for each record.&lt;/P&gt;&lt;P&gt;If you want to base it off selections, use an expression like:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;if(GetFieldSelections(LocationShortNM) = 'ANW', 0.814,&lt;BR /&gt;If(GetFieldSelections(LocationShortNM) = 'BUF', .9, .5))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 20:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-Light-Gauge-Settings/m-p/254638#M1206336</guid>
      <dc:creator />
      <dc:date>2010-04-29T20:15:21Z</dc:date>
    </item>
    <item>
      <title>Traffic Light Gauge Settings</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-Light-Gauge-Settings/m-p/254639#M1206337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No good....&lt;/P&gt;&lt;P&gt;I created a variable in the script that assigned a value based on the Location. When I pull that variable into the table chart expressions it shows the correct value corresponding to each row (Location). The variable works.&lt;/P&gt;&lt;P&gt;When I enter the variable name into the Guage Settings - Lower Bound value and apply it just fills all green (I tried switching to the circular gague so that I can see the value in the field is correct).&lt;/P&gt;&lt;P&gt;So, I'm still having an issue of having the lower bound in the gauge adjust based on the location.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 19:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-Light-Gauge-Settings/m-p/254639#M1206337</guid>
      <dc:creator />
      <dc:date>2010-04-30T19:41:35Z</dc:date>
    </item>
    <item>
      <title>Traffic Light Gauge Settings</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-Light-Gauge-Settings/m-p/254640#M1206338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you unchecked the Properties&amp;gt;Presentation&amp;gt; "Autowidth Segments" ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 19:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-Light-Gauge-Settings/m-p/254640#M1206338</guid>
      <dc:creator>fernandotoledo</dc:creator>
      <dc:date>2010-04-30T19:58:16Z</dc:date>
    </item>
    <item>
      <title>Traffic Light Gauge Settings</title>
      <link>https://community.qlik.com/t5/QlikView/Traffic-Light-Gauge-Settings/m-p/254641#M1206339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had un-checked Autowidth Segments.&lt;/P&gt;&lt;P&gt;Figured out a work-around. I'm changing the value of the field to the % difference from goal so that all the locations will be based on a common calculation. Then the segment bounds will all be the same.&lt;/P&gt;&lt;P&gt;Thanks for everyone's help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 20:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Traffic-Light-Gauge-Settings/m-p/254641#M1206339</guid>
      <dc:creator />
      <dc:date>2010-04-30T20:44:12Z</dc:date>
    </item>
  </channel>
</rss>

