<?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 Select Maximum value in taxt box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-Maximum-value-in-taxt-box/m-p/1896376#M1217557</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am having a follwing table&amp;nbsp;&lt;/P&gt;
&lt;TABLE style="width: 500px;" width="355px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;customerId&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;Band&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;date&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;capacity&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;KU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;22-Feb-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;1900&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;CU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;22-Feb-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;1000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;KU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;13-Jan-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;2500&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;CU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;13-Jan-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;1200&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;KU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;13-Jan-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;1300&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;CU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;13-Jan-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;800&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;KU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;22-Feb-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;3000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;CU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;22-Feb-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;3500&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have two text boxt to show maximum capacity value base on data&amp;nbsp; i.e ( one box for KU-capacity and other for CU-capacity)&lt;/P&gt;
&lt;P&gt;if user select customer one&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ku-capcity text box must show : 1900&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cu-capcity box must show:&amp;nbsp; 1000&lt;/P&gt;
&lt;P&gt;because these are the values lie angainst 22/feb/2022 which is maximum or highest.&lt;/P&gt;
&lt;P&gt;need expression for text box&lt;/P&gt;
&lt;P&gt;i&amp;nbsp; m using&lt;/P&gt;
&lt;P&gt;=sum({&amp;lt;date={'$(Max(date))'}&amp;gt;}capacity) but no result&lt;/P&gt;</description>
    <pubDate>Wed, 23 Feb 2022 08:28:07 GMT</pubDate>
    <dc:creator>swiftfahad</dc:creator>
    <dc:date>2022-02-23T08:28:07Z</dc:date>
    <item>
      <title>Select Maximum value in taxt box</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Maximum-value-in-taxt-box/m-p/1896376#M1217557</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am having a follwing table&amp;nbsp;&lt;/P&gt;
&lt;TABLE style="width: 500px;" width="355px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;customerId&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;Band&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;date&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;capacity&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;KU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;22-Feb-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;1900&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;CU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;22-Feb-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;1000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;KU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;13-Jan-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;2500&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;CU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;13-Jan-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;1200&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;KU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;13-Jan-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;1300&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;CU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;13-Jan-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;800&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;KU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;22-Feb-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;3000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;CU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;22-Feb-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;3500&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have two text boxt to show maximum capacity value base on data&amp;nbsp; i.e ( one box for KU-capacity and other for CU-capacity)&lt;/P&gt;
&lt;P&gt;if user select customer one&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ku-capcity text box must show : 1900&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cu-capcity box must show:&amp;nbsp; 1000&lt;/P&gt;
&lt;P&gt;because these are the values lie angainst 22/feb/2022 which is maximum or highest.&lt;/P&gt;
&lt;P&gt;need expression for text box&lt;/P&gt;
&lt;P&gt;i&amp;nbsp; m using&lt;/P&gt;
&lt;P&gt;=sum({&amp;lt;date={'$(Max(date))'}&amp;gt;}capacity) but no result&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 08:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Maximum-value-in-taxt-box/m-p/1896376#M1217557</guid>
      <dc:creator>swiftfahad</dc:creator>
      <dc:date>2022-02-23T08:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Select Maximum value in taxt box</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Maximum-value-in-taxt-box/m-p/1896502#M1217563</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5950"&gt;@swiftfahad&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;I hope you are looking at the result as below.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abhijitnalekar_0-1645615394586.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72901iEDB7A8C74865F206/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abhijitnalekar_0-1645615394586.png" alt="abhijitnalekar_0-1645615394586.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abhijitnalekar_1-1645615445340.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72902i37B7996F0D022378/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abhijitnalekar_1-1645615445340.png" alt="abhijitnalekar_1-1645615445340.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please create one variable to set the max date as below&lt;/P&gt;
&lt;P&gt;test as date(aggr(max(dated),customerId),'DD-MMM-YY')&lt;/P&gt;
&lt;P&gt;and use below expression in the text to show CU value&lt;/P&gt;
&lt;P&gt;sum({&amp;lt;dated={"$(test)"},Band={'CU'}&amp;gt;}capacity)&lt;/P&gt;
&lt;P&gt;and do the use below for KU&lt;/P&gt;
&lt;P&gt;sum({&amp;lt;dated={"$(test)"},Band={'KU'}&amp;gt;}capacity)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 11:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Maximum-value-in-taxt-box/m-p/1896502#M1217563</guid>
      <dc:creator>abhijitnalekar</dc:creator>
      <dc:date>2022-02-23T11:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Select Maximum value in taxt box</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Maximum-value-in-taxt-box/m-p/1896763#M1217577</link>
      <description>&lt;LI-CODE lang="markup"&gt;FirstSortedValue({$&amp;lt;Band={'KU'}&amp;gt;} capacity,-date)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 23 Feb 2022 19:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Maximum-value-in-taxt-box/m-p/1896763#M1217577</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-02-23T19:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Select Maximum value in taxt box</title>
      <link>https://community.qlik.com/t5/QlikView/Select-Maximum-value-in-taxt-box/m-p/1897491#M1217607</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@&lt;A href="https://www.myaarpmedicares.me/" target="_self"&gt;MyAARPMedicare Login&lt;/A&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am having a follwing table&amp;nbsp;&lt;/P&gt;
&lt;TABLE style="width: 500px;" width="355px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;customerId&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;Band&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;date&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;capacity&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;KU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;22-Feb-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;1900&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;CU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;22-Feb-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;1000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;KU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;13-Jan-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;2500&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;CU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;13-Jan-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;1200&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;KU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;13-Jan-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;1300&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;CU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;13-Jan-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;800&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;KU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;22-Feb-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;3000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="144.766px" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="109.625px" height="25px"&gt;CU&lt;/TD&gt;
&lt;TD width="130.719px" height="25px"&gt;22-Feb-22&lt;/TD&gt;
&lt;TD width="113.891px" height="25px"&gt;3500&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have two text boxt to show maximum capacity value base on data&amp;nbsp; i.e ( one box for KU-capacity and other for CU-capacity)&lt;/P&gt;
&lt;P&gt;if user select customer one&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ku-capcity text box must show : 1900&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cu-capcity box must show:&amp;nbsp; 1000&lt;/P&gt;
&lt;P&gt;because these are the values lie angainst 22/feb/2022 which is maximum or highest.&lt;/P&gt;
&lt;P&gt;need expression for text box&lt;/P&gt;
&lt;P&gt;i&amp;nbsp; m using&lt;/P&gt;
&lt;P&gt;=sum({&amp;lt;date={'$(Max(date))'}&amp;gt;}capacity) but no result&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So if the user types in a number more than 100 then it will automatically change the value to 100 using a keyup() function and if user types in a number less than 0 it will display as 0?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 05:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-Maximum-value-in-taxt-box/m-p/1897491#M1217607</guid>
      <dc:creator>Akeem</dc:creator>
      <dc:date>2022-02-28T05:08:07Z</dc:date>
    </item>
  </channel>
</rss>

