<?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 Create different data blocks for range of years and show TOP &amp;quot;X&amp;quot; countries, &amp;quot;X&amp;quot; is dynamic in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Create-different-data-blocks-for-range-of-years-and-show-TOP/m-p/1828334#M68228</link>
    <description>&lt;P&gt;Hello Everyone!&lt;/P&gt;&lt;P&gt;Scenario:&lt;/P&gt;&lt;P&gt;I want to show the TOP "X" countries in the mentioned manner below in the bar chart:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;TOP 10 countries based on measure SUM(sales) for Years from 2000-2010 range&lt;/LI&gt;&lt;LI&gt;TOP 5 countries&amp;nbsp;based on measure SUM(sales) for Years from 2010-2020 range&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The TOP "X" value and the YEARS range cannot be hardcoded and they need to be read from a code table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to create such data blocks for various YEARS range which will be read from the table and the corresponding TOP "X" value to be read and calculated at the back end before I plot them on a bar chart?&lt;/P&gt;&lt;P&gt;NOTE: User will always select SINGLE YEAR value in the filter of the dashboard.&lt;/P&gt;&lt;P&gt;Kindly share your valuable suggestions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shruti&lt;/P&gt;&lt;P&gt;&lt;LI-PRODUCT title="Qlik Sense Business" id="qlikSenseBusiness"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Nov 2021 16:25:32 GMT</pubDate>
    <dc:creator>Shruti_SK</dc:creator>
    <dc:date>2021-11-30T16:25:32Z</dc:date>
    <item>
      <title>Create different data blocks for range of years and show TOP "X" countries, "X" is dynamic</title>
      <link>https://community.qlik.com/t5/App-Development/Create-different-data-blocks-for-range-of-years-and-show-TOP/m-p/1828334#M68228</link>
      <description>&lt;P&gt;Hello Everyone!&lt;/P&gt;&lt;P&gt;Scenario:&lt;/P&gt;&lt;P&gt;I want to show the TOP "X" countries in the mentioned manner below in the bar chart:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;TOP 10 countries based on measure SUM(sales) for Years from 2000-2010 range&lt;/LI&gt;&lt;LI&gt;TOP 5 countries&amp;nbsp;based on measure SUM(sales) for Years from 2010-2020 range&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The TOP "X" value and the YEARS range cannot be hardcoded and they need to be read from a code table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to create such data blocks for various YEARS range which will be read from the table and the corresponding TOP "X" value to be read and calculated at the back end before I plot them on a bar chart?&lt;/P&gt;&lt;P&gt;NOTE: User will always select SINGLE YEAR value in the filter of the dashboard.&lt;/P&gt;&lt;P&gt;Kindly share your valuable suggestions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shruti&lt;/P&gt;&lt;P&gt;&lt;LI-PRODUCT title="Qlik Sense Business" id="qlikSenseBusiness"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 16:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-different-data-blocks-for-range-of-years-and-show-TOP/m-p/1828334#M68228</guid>
      <dc:creator>Shruti_SK</dc:creator>
      <dc:date>2021-11-30T16:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create different data blocks for range of years and show TOP "X" countries, "X" is dynamic</title>
      <link>https://community.qlik.com/t5/App-Development/Create-different-data-blocks-for-range-of-years-and-show-TOP/m-p/1828337#M68229</link>
      <description>&lt;P&gt;If the user is going to select only one year, then its quite simple,&lt;/P&gt;&lt;P&gt;Create a Variable 'vTop' to calculate 'X', simply like this.&lt;/P&gt;&lt;P&gt;If(Year&amp;lt;=2010,10,5)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now create a Bar chart with Country as a dimension and enable the "Limitation"&amp;nbsp; and select "Fixed Number"&lt;/P&gt;&lt;P&gt;And put a variable name.&lt;/P&gt;&lt;P&gt;Now add expression as Sum(Sales) and in sorting keep expression as the first column.&lt;/P&gt;&lt;P&gt;This should solve your problem.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 17:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-different-data-blocks-for-range-of-years-and-show-TOP/m-p/1828337#M68229</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2021-08-12T17:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create different data blocks for range of years and show TOP "X" countries, "X" is dynamic</title>
      <link>https://community.qlik.com/t5/App-Development/Create-different-data-blocks-for-range-of-years-and-show-TOP/m-p/1828401#M68244</link>
      <description>&lt;P&gt;Hi Kaushik,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But TOP "X" is also a variable. If the user decides to change TOP 10 to TOP 5 for 2000-2010 years, my code should understand this change and calculate TOP "X" countries for that year range. I cannot really use "Fixed Number" in the bar chart as the chart has to show TOP 10 sometimes, TOP 5 sometimes, TOP 15 sometimes. As a developer, I won't have control over TOP "X".&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dynamic elements&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Year Range&lt;/LI&gt;&lt;LI&gt;"X" in TOP X&lt;/LI&gt;&lt;LI&gt;Ranking of countries&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;vTOP Variable which should hold my ranks for the countries (which also has to be calculated dynamically at backend w.r.t Year range and "X" value)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code Table 1:&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Year Range&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;TOP X&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;2000 - 2010&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;10&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;2010 - 2020&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;15&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;2020 - 2023&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;5&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fact Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Quarter&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;2006&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2006-Q1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;1000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;India&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;2000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2000-Q2&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Srilanka&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;2006&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2006-Q2&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;3000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;India&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;2006&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2006-Q3&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;4500&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;USA&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;2006&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2006-Q1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;5000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;UK&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;2006&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2006-Q1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;6000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Srilanka&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;2006&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2006-Q1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Maldives&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;2010&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2010-Q2&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;8000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Qatar&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;2021&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2021-Q1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;9000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;China&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;2021&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2021-Q2&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;10000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Russia&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;2010&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2010-Q2&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;23000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Malaysia&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;2010&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2010-Q2&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;20000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Indonesia&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;2010&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2010-Q3&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;21000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Cambodia&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;2021&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2021-Q1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;7000&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;India&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Results should be:&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Year Selection&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;TOP "X"&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Rank&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2006&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Maldives&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Srilanka&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;UK&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;USA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;India&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2010&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Malaysia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Cambodia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;Indonesia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2021&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Russia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;China&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: The country filter on the dashboard should also switch to these TOP "X" countries dynamically.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I achieve this from the backend? Kindly respond.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shruti&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 03:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-different-data-blocks-for-range-of-years-and-show-TOP/m-p/1828401#M68244</guid>
      <dc:creator>Shruti_SK</dc:creator>
      <dc:date>2021-08-13T03:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create different data blocks for range of years and show TOP "X" countries, "X" is dynamic</title>
      <link>https://community.qlik.com/t5/App-Development/Create-different-data-blocks-for-range-of-years-and-show-TOP/m-p/1828408#M68246</link>
      <description>&lt;P&gt;Hi Find the solution attached here.&lt;/P&gt;&lt;P&gt;Hope this is what you wanted.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 05:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-different-data-blocks-for-range-of-years-and-show-TOP/m-p/1828408#M68246</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2021-08-13T05:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create different data blocks for range of years and show TOP "X" countries, "X" is dynamic</title>
      <link>https://community.qlik.com/t5/App-Development/Create-different-data-blocks-for-range-of-years-and-show-TOP/m-p/1828415#M68250</link>
      <description>&lt;P&gt;Hi Kaushik,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, this is not the solution I am looking for. Because user can select only ONE YEAR in the dashboard. User will not have Range to be selected and the TOP "X" value will not be known to the user, this is something should be controlled at the backend.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My expected result should look like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;For YEAR 2006 - TOP 5 Countries&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shruti_SK_0-1628835514090.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60052i6580C81D821C3D91/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shruti_SK_0-1628835514090.png" alt="Shruti_SK_0-1628835514090.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For the Year 2010 - TOP 3 Countries should be visible - but my chart below shows 4 as fact table has 4 rows of data, but I need to calculate TOP 3 at backend using the same table and plot on the same chart as above.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The single chart should show different results for different YEAR selection based on condition provided in CODE TABLE at the backend which has to be connected to my FACT TABLE where my RANKING should occur dynamically.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shruti_SK_1-1628835692860.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60053i2C726DB4CD079D0D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shruti_SK_1-1628835692860.png" alt="Shruti_SK_1-1628835692860.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shruti&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 06:21:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-different-data-blocks-for-range-of-years-and-show-TOP/m-p/1828415#M68250</guid>
      <dc:creator>Shruti_SK</dc:creator>
      <dc:date>2021-08-13T06:21:26Z</dc:date>
    </item>
  </channel>
</rss>

