<?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 set gauge limits based on row? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-set-gauge-limits-based-on-row/m-p/344856#M576744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Oh, I see. &lt;BR /&gt;If you add Player as dimension with other fields, you can use TOTAL keyword in your expression.&lt;BR /&gt;Like this: Min(TOTAL &amp;lt;Player&amp;gt; Points)&lt;BR /&gt;It's similar to group by clause in SQL.&lt;BR /&gt;If you can, refer attached qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Kang.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2012 17:05:07 GMT</pubDate>
    <dc:creator>jykang0638</dc:creator>
    <dc:date>2012-05-09T17:05:07Z</dc:date>
    <item>
      <title>How to set gauge limits based on row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-gauge-limits-based-on-row/m-p/344853#M576741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a sample table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Game&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Player&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Points&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Michael Jordan&lt;/TD&gt;&lt;TD&gt;27&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Larry Bird&lt;/TD&gt;&lt;TD&gt;31&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Michael Jordan&lt;/TD&gt;&lt;TD&gt;42&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Larry Bird&lt;/TD&gt;&lt;TD&gt;21&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;Michael Jordan&lt;/TD&gt;&lt;TD&gt;35&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;Larry Bird&lt;/TD&gt;&lt;TD&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Michael Jordan and Larry Bird in a straight table that has a column for their name, and a column for a gauge on the average amount of points.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a gauge for each player.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the gaugages for each player to be segmented with the limits of 0, min(Points), max(Points).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the problem is, it's choosing the min and max values for BOTH players so the min and max for BOTh is 21 and 42.&amp;nbsp; I want it to be 27 and 42 for Michael Jordan, 21 and 31 for Larry Bird.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on how I can write this expression so it finds the minimum based on Player and not the entire data set?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 15:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-gauge-limits-based-on-row/m-p/344853#M576741</guid>
      <dc:creator />
      <dc:date>2012-05-09T15:47:35Z</dc:date>
    </item>
    <item>
      <title>How to set gauge limits based on row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-gauge-limits-based-on-row/m-p/344854#M576742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You can achieve your goal using set analysis.&lt;BR /&gt;For Michael Jordan, Min({&amp;lt;Player={'Michael Jordan'}&amp;gt;} Points), Max({&amp;lt;Player={'Michael Jordan'}&amp;gt;} Points)&lt;BR /&gt;For Larry Bird, Min({&amp;lt;Player={'Larry Bird'}&amp;gt;} Points), Max({&amp;lt;Player={'Larry Bird'}&amp;gt;} Points)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Set Analysis is very powerful. Refer to reference manual.&lt;/P&gt;&lt;P&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;Steve Kang.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 16:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-gauge-limits-based-on-row/m-p/344854#M576742</guid>
      <dc:creator>jykang0638</dc:creator>
      <dc:date>2012-05-09T16:16:01Z</dc:date>
    </item>
    <item>
      <title>How to set gauge limits based on row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-gauge-limits-based-on-row/m-p/344855#M576743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello, is there a way to do this without having to identify the Player in the expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My data set is actually thousands of players, and I am attempting to do this in table format rather than creating a separate gauge for each individual player.&amp;nbsp; Thank you for the assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 16:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-gauge-limits-based-on-row/m-p/344855#M576743</guid>
      <dc:creator />
      <dc:date>2012-05-09T16:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to set gauge limits based on row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-gauge-limits-based-on-row/m-p/344856#M576744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Oh, I see. &lt;BR /&gt;If you add Player as dimension with other fields, you can use TOTAL keyword in your expression.&lt;BR /&gt;Like this: Min(TOTAL &amp;lt;Player&amp;gt; Points)&lt;BR /&gt;It's similar to group by clause in SQL.&lt;BR /&gt;If you can, refer attached qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Kang.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 17:05:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-gauge-limits-based-on-row/m-p/344856#M576744</guid>
      <dc:creator>jykang0638</dc:creator>
      <dc:date>2012-05-09T17:05:07Z</dc:date>
    </item>
  </channel>
</rss>

