<?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: Max value for list box expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-value-for-list-box-expression/m-p/385143#M571972</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Technically you don't need 1.05 - it is just for a little better look, leaves some space on the right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2012 20:21:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-09-06T20:21:53Z</dc:date>
    <item>
      <title>Max value for list box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value-for-list-box-expression/m-p/385140#M571969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a fairly simple expression I need. I'm new at this so it may be easy for some.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to generate the Max value for the Linear gauge shown below based on 9 items each. &lt;/P&gt;&lt;P&gt;See below for Clarity. Right now I typed in the max but that is only to prove to myself it will work. So &lt;STRONG&gt;214 is the Max value&lt;/STRONG&gt; Im trying to derive here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now I have: =&lt;STRONG&gt;Rangemax((Count(TopLevelWBS)))&lt;/STRONG&gt;&amp;nbsp; = 703 the Sum Total not Max value from the count&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="21468" class="jive-image-thumbnail jive-image" onclick="" alt="List box Expression.png" src="/legacyfs/online/21468_List box Expression.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 18:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value-for-list-box-expression/m-p/385140#M571969</guid>
      <dc:creator />
      <dc:date>2012-09-06T18:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Max value for list box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value-for-list-box-expression/m-p/385141#M571970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I assume it is a list box with expression.&amp;nbsp; Try this:&lt;BR /&gt;max(aggr(Count(TopLevelWBS), TopLevelWBS)) * 1.05&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 19:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value-for-list-box-expression/m-p/385141#M571970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-06T19:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Max value for list box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value-for-list-box-expression/m-p/385142#M571971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this variation which outputted 214 Exactly!&amp;nbsp;&amp;nbsp; Didn't need the 1.05 or 1.0&amp;nbsp; maybe it was to create a buffer/padding?&lt;/P&gt;&lt;P&gt;Thank You so much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=max(aggr(Count(TopLevelWBS), TopLevelWBS))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 20:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value-for-list-box-expression/m-p/385142#M571971</guid>
      <dc:creator />
      <dc:date>2012-09-06T20:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Max value for list box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value-for-list-box-expression/m-p/385143#M571972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Technically you don't need 1.05 - it is just for a little better look, leaves some space on the right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 20:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value-for-list-box-expression/m-p/385143#M571972</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-06T20:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Max value for list box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value-for-list-box-expression/m-p/385144#M571973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ah, ok that's what I was thinking after I thought about it, adds a little padding to the right, makes sense. I will do that then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 20:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value-for-list-box-expression/m-p/385144#M571973</guid>
      <dc:creator />
      <dc:date>2012-09-06T20:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Max value for list box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value-for-list-box-expression/m-p/385145#M571974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I maintain that Max value even if I select values that are smaller? If I hard code it the gauge stays in proper ratio. I tried this but doesn't quite do it. I was able to keep the values for one column in place but the Max gets skewed to the selection vs the true max value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=max(aggr(Count(&lt;STRONG&gt;{1}&lt;/STRONG&gt;TopLevelWBS),TopLevelWBS)) *1.05&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="21495" alt="2012-09-07_092303.png" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/21495_2012-09-07_092303.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 13:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value-for-list-box-expression/m-p/385145#M571974</guid>
      <dc:creator />
      <dc:date>2012-09-07T13:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Max value for list box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value-for-list-box-expression/m-p/385146#M571975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I figured it out I have to add the TOTAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=max(&lt;STRONG&gt;{1} TOTAL &lt;/STRONG&gt;aggr(Count(&lt;STRONG&gt;{1}&lt;/STRONG&gt;TopLevelWBS),TopLevelWBS)) *1.05&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 14:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value-for-list-box-expression/m-p/385146#M571975</guid>
      <dc:creator />
      <dc:date>2012-09-07T14:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Max value for list box expression</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value-for-list-box-expression/m-p/385147#M571976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks.. helped in my case!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 19:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value-for-list-box-expression/m-p/385147#M571976</guid>
      <dc:creator />
      <dc:date>2014-09-30T19:53:49Z</dc:date>
    </item>
  </channel>
</rss>

