<?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: Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Question/m-p/833675#M1019230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I reduced the data to 2011 2012 to make the file smaller&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Mar 2015 16:33:22 GMT</pubDate>
    <dc:creator>giakoum</dc:creator>
    <dc:date>2015-03-31T16:33:22Z</dc:date>
    <item>
      <title>Question</title>
      <link>https://community.qlik.com/t5/QlikView/Question/m-p/833668#M1019221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way I can show the top 5 claims and the top 5 incomes for each month in each year and the amount of those claims and income for my data set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 15:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question/m-p/833668#M1019221</guid>
      <dc:creator />
      <dc:date>2015-03-31T15:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/QlikView/Question/m-p/833669#M1019223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Pivot Table&lt;/P&gt;&lt;P&gt;Dimensions&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Posting Year&lt;/P&gt;&lt;P&gt;Posting Month&lt;/P&gt;&lt;P&gt;%PolicyID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Type = {'Claims'}, %PolicyID = {"=Rank(SUM({&amp;lt;Type = {'Claims'}&amp;gt;}Amount),4)&amp;lt;=5"}&amp;gt;}Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 16:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question/m-p/833669#M1019223</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-31T16:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/QlikView/Question/m-p/833670#M1019225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;something like that?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/82532_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 16:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question/m-p/833670#M1019225</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-03-31T16:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/QlikView/Question/m-p/833671#M1019226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like my above solution would not work..&lt;/P&gt;&lt;P&gt;Here is the new one..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Pivot Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensions&lt;/P&gt;&lt;P&gt;Posting Year&lt;/P&gt;&lt;P&gt;Posting Month&lt;/P&gt;&lt;P&gt;Type&lt;/P&gt;&lt;P&gt;=IF(Aggr(Rank(SUM(Amount),4),[Posting Month],Type,[Posting Year],%PolicyID)&amp;lt;=5,%PolicyID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The last one is Calculated Dimension&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Type = {'Claims'}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same way you can find the Income also..&lt;/P&gt;&lt;P&gt;Hope this will help !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to select SHow Partial Sum From Presentation Tab...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 16:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question/m-p/833671#M1019226</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-31T16:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/QlikView/Question/m-p/833672#M1019227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you not try work it out yourself?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 16:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question/m-p/833672#M1019227</guid>
      <dc:creator />
      <dc:date>2015-03-31T16:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/QlikView/Question/m-p/833673#M1019228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;I don't understand what you mean by calculated dimension.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stephen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 16:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question/m-p/833673#M1019228</guid>
      <dc:creator />
      <dc:date>2015-03-31T16:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/QlikView/Question/m-p/833674#M1019229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ioannis,&lt;/P&gt;&lt;P&gt;Yes, like above but i do not know how to write the code so the top 5 is in a bar chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 16:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question/m-p/833674#M1019229</guid>
      <dc:creator />
      <dc:date>2015-03-31T16:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/QlikView/Question/m-p/833675#M1019230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I reduced the data to 2011 2012 to make the file smaller&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 16:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question/m-p/833675#M1019230</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-03-31T16:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/QlikView/Question/m-p/833676#M1019231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;Thanks for your help, this is amazing but far too detailed for what I am looking for. I am trying to show the top 5 claims in each year and represent it in a bar chart, I now don't think I need it per month. I also would like to show the lowest 5 claims in each year&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 16:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question/m-p/833676#M1019231</guid>
      <dc:creator />
      <dc:date>2015-03-31T16:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/QlikView/Question/m-p/833677#M1019232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mentioned in your question,,, each month and each year !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok..so &lt;/P&gt;&lt;P&gt;Create a Bar Chart&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;Posting Year&lt;/P&gt;&lt;P&gt;Type&lt;/P&gt;&lt;P&gt;=IF(Aggr(Rank(SUM(Amount),4),Type,[Posting Year],%PolicyID)&amp;lt;=5,%PolicyID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Type = {'Claims'}&amp;gt;}Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 16:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question/m-p/833677#M1019232</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-31T16:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/QlikView/Question/m-p/833678#M1019233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also do not need the policy id. I just want to show the top 5 claims in each year in a bar chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Stephen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 16:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question/m-p/833678#M1019233</guid>
      <dc:creator />
      <dc:date>2015-03-31T16:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/QlikView/Question/m-p/833679#M1019234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;look at last sheet and let me know if not right1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 16:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question/m-p/833679#M1019234</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-03-31T16:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/QlikView/Question/m-p/833680#M1019235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Stephen,&lt;/P&gt;&lt;P&gt;You can change the %PolicyID to whatever field you want...!&lt;/P&gt;&lt;P&gt;i.e. ClaimID or ClaimNumber&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 16:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question/m-p/833680#M1019235</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-31T16:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/QlikView/Question/m-p/833681#M1019236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;Sorry about being unclear. I do not know how to do the type =if(Aggr etc.)&lt;/P&gt;&lt;P&gt;Would you mind showing me how I do this. Do I add type to dimensions and then click type and click calculated dimension and add the if statement&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stephen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 16:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question/m-p/833681#M1019236</guid>
      <dc:creator />
      <dc:date>2015-03-31T16:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/QlikView/Question/m-p/833682#M1019237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the Field (Claim) you want to show?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 16:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question/m-p/833682#M1019237</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-31T16:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/QlikView/Question/m-p/833683#M1019238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help, it is not quite what I am trying to show, I am looking to show the top 5 claim amount in each year, so say in 2012 the top 5 claim amount are 25,000 and 20,000 and 18,000 and 15,000 and 10,000 I just want to show this in a bar chart. I probably did not explain myself correctly&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stephen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 16:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question/m-p/833683#M1019238</guid>
      <dc:creator />
      <dc:date>2015-03-31T16:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/QlikView/Question/m-p/833684#M1019239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just remove months field from dimension tab and set largets as 5 in dimesnions limits tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know,i'll share app tomorrow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 17:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question/m-p/833684#M1019239</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-03-31T17:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/QlikView/Question/m-p/833685#M1019240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no field called claims, type is made up of income and claims. What I want to show is the 5 top amount for claims for each year, so say the top 5 claims are 50,000 and 40,000 and 25,000 and 20,000 and 10,000, i want to show this in a bar chart. I am just trying to show the highest 5 claims in the year&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stephen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 17:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question/m-p/833685#M1019240</guid>
      <dc:creator />
      <dc:date>2015-03-31T17:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/QlikView/Question/m-p/833686#M1019241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;But Top 5 Amount should be based on any field... ! If you do Year and SUM(Amount) you will get only 1 line per Year...&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;So if it is %Invoice ID...use attached...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 17:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question/m-p/833686#M1019241</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-31T17:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/QlikView/Question/m-p/833687#M1019242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls check the attached sheet4 and let me know,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here wht i'm trying to show&lt;/P&gt;&lt;P&gt;1.TOP 5 Claims By Year &amp;amp; Month, just we are showing only top 5&amp;nbsp; claims months by year,not all the months in the same year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.TOP 5 Claims By Year &amp;amp; %IncidentID : Top 5 claims by by year and IncidentID(we need one field like this,but u can cahnge to any field) by year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 09:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question/m-p/833687#M1019242</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-01T09:02:14Z</dc:date>
    </item>
  </channel>
</rss>

