<?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: FirstSortedValue and total in a pivot in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-and-total-in-a-pivot/m-p/791205#M279760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove rangesum(), and try like:&lt;/P&gt;&lt;P&gt;FirstSortedValue({$&amp;lt;Year=,Month=, Day=, ItemAndDayYearMonth={"=$(=Max({$&amp;lt;ItemAndDayYearMonth={'&amp;lt;=$(=Year(Max(Date))*100+Num(Month(Max(Date))))'}&amp;gt;} ItemAndDayYearMonth))"}&amp;gt;} ItemCostValue/Rate,-Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Dec 2014 08:22:14 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-12-08T08:22:14Z</dc:date>
    <item>
      <title>FirstSortedValue and total in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-and-total-in-a-pivot/m-p/791204#M279759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;Could someone help with the following issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this expression -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rangesum(FirstSortedValue({$&amp;lt;Year=,Month=, Day=, ItemAndDayYearMonth={"=$(=Max({$&amp;lt;ItemAndDayYearMonth={'&amp;lt;=$(=Year(Max(Date))*100+Num(Month(Max(Date))))'}&amp;gt;} ItemAndDayYearMonth))"}&amp;gt;} ItemCostValue/Rate,-Date))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I can't get a total on this column in a pivot. Is the problem in FirstSortedValue or Rangesum function ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 08:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-and-total-in-a-pivot/m-p/791204#M279759</guid>
      <dc:creator>p_andreev</dc:creator>
      <dc:date>2014-12-08T08:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue and total in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-and-total-in-a-pivot/m-p/791205#M279760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove rangesum(), and try like:&lt;/P&gt;&lt;P&gt;FirstSortedValue({$&amp;lt;Year=,Month=, Day=, ItemAndDayYearMonth={"=$(=Max({$&amp;lt;ItemAndDayYearMonth={'&amp;lt;=$(=Year(Max(Date))*100+Num(Month(Max(Date))))'}&amp;gt;} ItemAndDayYearMonth))"}&amp;gt;} ItemCostValue/Rate,-Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 08:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-and-total-in-a-pivot/m-p/791205#M279760</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-12-08T08:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue and total in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-and-total-in-a-pivot/m-p/791206#M279761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have tried this and unfortunately it does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 08:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-and-total-in-a-pivot/m-p/791206#M279761</guid>
      <dc:creator>p_andreev</dc:creator>
      <dc:date>2014-12-08T08:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue and total in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-and-total-in-a-pivot/m-p/791207#M279762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your sample qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 09:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-and-total-in-a-pivot/m-p/791207#M279762</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-12-08T09:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue and total in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-and-total-in-a-pivot/m-p/791208#M279763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tresesco, thank you for your willingness to help.&lt;/P&gt;&lt;P&gt;I found a solution including the above expression in Aggregation at the lowest level of the dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 11:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-and-total-in-a-pivot/m-p/791208#M279763</guid>
      <dc:creator>p_andreev</dc:creator>
      <dc:date>2014-12-08T11:58:34Z</dc:date>
    </item>
  </channel>
</rss>

