<?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 How to show top 6 months data in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-show-top-6-months-data/m-p/1705769#M54109</link>
    <description>&lt;P&gt;Hi Qlik experts,&lt;/P&gt;&lt;P&gt;I am new to qlik , i have one requirement where i want to show top 6 months data (which includes the months which has no data ). In the below image we can see month is showing all the numbers(1-12), my requirement is to show only latest 6 months(i.e 7-12). I have used the expression&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;if(Sum( {1} Month)&amp;gt;0, sum({&amp;lt;Month={"&amp;gt;6"}&amp;gt;}Order),0&lt;/STRONG&gt;) but it is still showing months (1-6), which i want to remove. Please help.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Qlik help.PNG" style="width: 485px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/34456i7F9EF7B8ABFD1D33/image-dimensions/485x366?v=v2" width="485" height="366" role="button" title="Qlik help.PNG" alt="Qlik help.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am using below sample data.&lt;/P&gt;&lt;P&gt;Sales:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Month Team Order&lt;BR /&gt;1 A 4&lt;BR /&gt;3 B 5&lt;BR /&gt;4 A 2&lt;BR /&gt;4 B 7&lt;BR /&gt;6 B 5&lt;BR /&gt;7 B 3&lt;BR /&gt;8 A 10&lt;BR /&gt;8 B 4&lt;BR /&gt;9 A 12&lt;BR /&gt;12 A 6&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Calender:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Month&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;4&lt;BR /&gt;5&lt;BR /&gt;6&lt;BR /&gt;7&lt;BR /&gt;8&lt;BR /&gt;9&lt;BR /&gt;10&lt;BR /&gt;11&lt;BR /&gt;12&lt;BR /&gt;];&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
    <dc:creator>Arun_141</dc:creator>
    <dc:date>2021-12-20T21:08:46Z</dc:date>
    <item>
      <title>How to show top 6 months data</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-show-top-6-months-data/m-p/1705769#M54109</link>
      <description>&lt;P&gt;Hi Qlik experts,&lt;/P&gt;&lt;P&gt;I am new to qlik , i have one requirement where i want to show top 6 months data (which includes the months which has no data ). In the below image we can see month is showing all the numbers(1-12), my requirement is to show only latest 6 months(i.e 7-12). I have used the expression&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;if(Sum( {1} Month)&amp;gt;0, sum({&amp;lt;Month={"&amp;gt;6"}&amp;gt;}Order),0&lt;/STRONG&gt;) but it is still showing months (1-6), which i want to remove. Please help.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Qlik help.PNG" style="width: 485px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/34456i7F9EF7B8ABFD1D33/image-dimensions/485x366?v=v2" width="485" height="366" role="button" title="Qlik help.PNG" alt="Qlik help.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am using below sample data.&lt;/P&gt;&lt;P&gt;Sales:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Month Team Order&lt;BR /&gt;1 A 4&lt;BR /&gt;3 B 5&lt;BR /&gt;4 A 2&lt;BR /&gt;4 B 7&lt;BR /&gt;6 B 5&lt;BR /&gt;7 B 3&lt;BR /&gt;8 A 10&lt;BR /&gt;8 B 4&lt;BR /&gt;9 A 12&lt;BR /&gt;12 A 6&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Calender:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Month&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;4&lt;BR /&gt;5&lt;BR /&gt;6&lt;BR /&gt;7&lt;BR /&gt;8&lt;BR /&gt;9&lt;BR /&gt;10&lt;BR /&gt;11&lt;BR /&gt;12&lt;BR /&gt;];&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-show-top-6-months-data/m-p/1705769#M54109</guid>
      <dc:creator>Arun_141</dc:creator>
      <dc:date>2021-12-20T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to show top 6 months data</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-show-top-6-months-data/m-p/1705850#M54114</link>
      <description>&lt;P&gt;You are overthinking it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({&amp;lt;Month={"&amp;gt;6"}&amp;gt;}Order)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 23:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-show-top-6-months-data/m-p/1705850#M54114</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2020-05-27T23:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to show top 6 months data</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-show-top-6-months-data/m-p/1705883#M54116</link>
      <description>&lt;P&gt;if we use the expression&amp;nbsp;&lt;STRONG&gt;sum({&amp;lt;Month={"&amp;gt;6"}&amp;gt;}Order), &lt;/STRONG&gt;it will show the graph for the month 7-12,&amp;nbsp; but if we make a selection in a field let us suppose in Team field, then it will not show the months which dont have data available for the selected value (image1). M&lt;SPAN&gt;y requirement is to show the bar chart for the selected value of a field + 0 values bar for any months from 7 to 12 where there is no data for selected value.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Qlik help.PNG" style="width: 921px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/34487i43F6F82E2FA2F632/image-size/large?v=v2&amp;amp;px=999" role="button" title="Qlik help.PNG" alt="Qlik help.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 04:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-show-top-6-months-data/m-p/1705883#M54116</guid>
      <dc:creator>Arun_141</dc:creator>
      <dc:date>2020-05-28T04:21:28Z</dc:date>
    </item>
  </channel>
</rss>

