<?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: Output of the expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Output-of-the-expression/m-p/1304279#M618862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It gives the 1st value of the Outstanding with the max Paid_Date&amp;nbsp; which is less that the selected &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Upto Date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Apr 2017 07:31:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-24T07:31:40Z</dc:date>
    <item>
      <title>Output of the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Output-of-the-expression/m-p/1304278#M618861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the exact meaning of this expression and what will be the output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=FirstSortedValue({&amp;lt;Paid_Date = {"&amp;lt;=$(=Date(Upto,'D/M/YYYY')) "}&amp;gt;} Outstanding,-Paid_Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 07:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Output-of-the-expression/m-p/1304278#M618861</guid>
      <dc:creator>shivani_singhal</dc:creator>
      <dc:date>2017-04-24T07:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Output of the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Output-of-the-expression/m-p/1304279#M618862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It gives the 1st value of the Outstanding with the max Paid_Date&amp;nbsp; which is less that the selected &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Upto Date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 07:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Output-of-the-expression/m-p/1304279#M618862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-24T07:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Output of the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Output-of-the-expression/m-p/1304280#M618863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please explain how its giving me the maximum paid date.&lt;/P&gt;&lt;P&gt;Also.. what does (-Paid_Date) indicate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 09:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Output-of-the-expression/m-p/1304280#M618863</guid>
      <dc:creator>shivani_singhal</dc:creator>
      <dc:date>2017-04-24T09:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Output of the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Output-of-the-expression/m-p/1304281#M618864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Imagine you have the following table:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FieldA, FieldB&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A, 3&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;B, 4&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;C, 1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;D, 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you run a &lt;EM style="font-weight: inherit; font-family: inherit;"&gt;FirstSortedValue(FieldA, FieldB)&lt;/EM&gt; you'll get the first sorted value from FieldA based on the sorting of FieldB. Value 1 is the first value for FieldB so the function will in this example return C. (&lt;A href="https://community.qlik.com/thread/30532"&gt;FirstSortedValue()&lt;/A&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;So if we keep "-" before the field B, it will be sorted in reverse order, returning B which is value for Max value in FieldB.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Same is the case with PaidDate(field B) and outstanding(Field A).&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;And again set analysis is applied to filter the values based on FieldB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 11:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Output-of-the-expression/m-p/1304281#M618864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-24T11:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Output of the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Output-of-the-expression/m-p/1304282#M618865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So..it will fetch the latest Paid_Date and will give the outstanding on the basis of this latest Paid_Date...Am I right Shiva?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 12:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Output-of-the-expression/m-p/1304282#M618865</guid>
      <dc:creator>shivani_singhal</dc:creator>
      <dc:date>2017-04-24T12:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Output of the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Output-of-the-expression/m-p/1304283#M618866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... as long as there's exactly &lt;STRONG&gt;one&lt;/STRONG&gt; distinct value matching...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 12:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Output-of-the-expression/m-p/1304283#M618866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-24T12:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Output of the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Output-of-the-expression/m-p/1304284#M618867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robin. I got my answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 12:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Output-of-the-expression/m-p/1304284#M618867</guid>
      <dc:creator>shivani_singhal</dc:creator>
      <dc:date>2017-04-24T12:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Output of the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Output-of-the-expression/m-p/1304285#M618868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Latest paid Date which is less than selected "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Upto" value &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 12:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Output-of-the-expression/m-p/1304285#M618868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-24T12:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Output of the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Output-of-the-expression/m-p/1304286#M618869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Shiva for solving this query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 13:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Output-of-the-expression/m-p/1304286#M618869</guid>
      <dc:creator>shivani_singhal</dc:creator>
      <dc:date>2017-04-24T13:14:32Z</dc:date>
    </item>
  </channel>
</rss>

