<?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: Dynamic chart based on rank based list box values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-chart-based-on-rank-based-list-box-values/m-p/1377511#M420381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As suggested in some old posts used &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=if(aggr(rank(sum(Cost)),Zone)&amp;lt;=10,Zone)&amp;nbsp; and achievd the expected result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;But now issue is that if Sum(cost) = 100 for multiple rows, both the rows where getting displayed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Created some text objects to displyaed the top 10 individually, but when Sum(cost) is same for multiple rows, both the values are getting displayed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Could you please let me know any alternative my expected result.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Sep 2017 06:43:43 GMT</pubDate>
    <dc:creator>vardhancse</dc:creator>
    <dc:date>2017-09-25T06:43:43Z</dc:date>
    <item>
      <title>Dynamic chart based on rank based list box values</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-chart-based-on-rank-based-list-box-values/m-p/1377510#M420380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have one requirement is that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Group, Target, Month, Year&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABC, 10, Apr, 2017&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BCD, 20, May, 2017&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEF, 30, Jun, 2017&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EFG, 5, Jul, 2017&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the value of Sum(Target), only top 2 groups should be displayed in table - Done using Aggr got the result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now based on the first value from the top 2 , need to create one chart individually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be dynamic, like any point of time to based on sum(target) t charts should be displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 06:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-chart-based-on-rank-based-list-box-values/m-p/1377510#M420380</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2017-09-20T06:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic chart based on rank based list box values</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-chart-based-on-rank-based-list-box-values/m-p/1377511#M420381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As suggested in some old posts used &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=if(aggr(rank(sum(Cost)),Zone)&amp;lt;=10,Zone)&amp;nbsp; and achievd the expected result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;But now issue is that if Sum(cost) = 100 for multiple rows, both the rows where getting displayed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Created some text objects to displyaed the top 10 individually, but when Sum(cost) is same for multiple rows, both the values are getting displayed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Could you please let me know any alternative my expected result.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 06:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-chart-based-on-rank-based-list-box-values/m-p/1377511#M420381</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2017-09-25T06:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic chart based on rank based list box values</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-chart-based-on-rank-based-list-box-values/m-p/1377512#M420382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can play around with two alternatives....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) &lt;A href="https://community.qlik.com/docs/DOC-17251"&gt;Continuous Ranking (no missing Rank)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) or play around with some of the arguments within the rank function, specifically, mode and fmt&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/RankingFunctions/rank.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/RankingFunctions/rank.htm"&gt;Rank ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 11:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-chart-based-on-rank-based-list-box-values/m-p/1377512#M420382</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-25T11:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic chart based on rank based list box values</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-chart-based-on-rank-based-list-box-values/m-p/1377513#M420383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, will try now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 04:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-chart-based-on-rank-based-list-box-values/m-p/1377513#M420383</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2017-09-26T04:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic chart based on rank based list box values</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-chart-based-on-rank-based-list-box-values/m-p/1377514#M420384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Used below condition and my issue for resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=if(aggr(rank(sum(Cost),4),Zone)&amp;lt;=10,Zone)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 06:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-chart-based-on-rank-based-list-box-values/m-p/1377514#M420384</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2017-09-26T06:55:43Z</dc:date>
    </item>
  </channel>
</rss>

