<?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 To Display in text object max(cost) corresponding with  year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/To-Display-in-text-object-max-cost-corresponding-with-year/m-p/1549766#M744767</link>
    <description>&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;Year, cost&lt;BR /&gt;2010, 1000&lt;BR /&gt;2013, 2000&lt;BR /&gt;2014, 9000&lt;BR /&gt;2016, 6000&lt;BR /&gt;2018, 5000&lt;BR /&gt;&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;i want to add missing years and&lt;/P&gt;&lt;P&gt;I want output like this in text object&lt;/P&gt;&lt;P&gt;2014=9000&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Hareeshkommineni</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>To Display in text object max(cost) corresponding with  year</title>
      <link>https://community.qlik.com/t5/QlikView/To-Display-in-text-object-max-cost-corresponding-with-year/m-p/1549766#M744767</link>
      <description>&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;Year, cost&lt;BR /&gt;2010, 1000&lt;BR /&gt;2013, 2000&lt;BR /&gt;2014, 9000&lt;BR /&gt;2016, 6000&lt;BR /&gt;2018, 5000&lt;BR /&gt;&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;i want to add missing years and&lt;/P&gt;&lt;P&gt;I want output like this in text object&lt;/P&gt;&lt;P&gt;2014=9000&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Display-in-text-object-max-cost-corresponding-with-year/m-p/1549766#M744767</guid>
      <dc:creator>Hareeshkommineni</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: To Display in text object max(cost) corresponding with  year</title>
      <link>https://community.qlik.com/t5/QlikView/To-Display-in-text-object-max-cost-corresponding-with-year/m-p/1549848#M744768</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;=FirstSortedValue(Year, -Aggr(Sum(cost), Year)) &amp;amp; '=' &amp;amp; Max(Aggr(Sum(cost), Year))&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Feb 2019 13:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Display-in-text-object-max-cost-corresponding-with-year/m-p/1549848#M744768</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-27T13:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: To Display in text object max(cost) corresponding with  year</title>
      <link>https://community.qlik.com/t5/QlikView/To-Display-in-text-object-max-cost-corresponding-with-year/m-p/1549850#M744769</link>
      <description>&lt;P&gt;Or this if you only have a single cost for each year&lt;/P&gt;&lt;PRE&gt;=FirstSortedValue(Year, -cost) &amp;amp; '=' &amp;amp; Max(cost)&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Feb 2019 13:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Display-in-text-object-max-cost-corresponding-with-year/m-p/1549850#M744769</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-27T13:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: To Display in text object max(cost) corresponding with  year</title>
      <link>https://community.qlik.com/t5/QlikView/To-Display-in-text-object-max-cost-corresponding-with-year/m-p/1549884#M744770</link>
      <description>tq so much&lt;BR /&gt;it's very usefull</description>
      <pubDate>Wed, 27 Feb 2019 13:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Display-in-text-object-max-cost-corresponding-with-year/m-p/1549884#M744770</guid>
      <dc:creator>Hareeshkommineni</dc:creator>
      <dc:date>2019-02-27T13:41:19Z</dc:date>
    </item>
  </channel>
</rss>

