<?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: Issue with expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-expression/m-p/923135#M980363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Neetha. It worked. Thanks for all the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2015 18:54:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-13T18:54:43Z</dc:date>
    <item>
      <title>Issue with expression</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-expression/m-p/923131#M980359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help me with this requirement.&lt;/P&gt;&lt;P&gt;I have multiple records of "Paynet Construction Score" for each "Transaction ID". But I want to show only the latest Paynet Construction Score record for each Transaction ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 15:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-expression/m-p/923131#M980359</guid>
      <dc:creator />
      <dc:date>2015-08-13T15:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with expression</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-expression/m-p/923132#M980360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out the Qlikview Help for FirstSortedValue()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 15:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-expression/m-p/923132#M980360</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-08-13T15:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with expression</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-expression/m-p/923133#M980361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by latest score?&lt;/P&gt;&lt;P&gt;If you have date or timestamp against each score, you can use as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Straight Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;[Transaction ID]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;FirstSortedValue(Score,-Date)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FirstSortedValue(Aggr(SUM(Score),Date,[Transaction ID]),-Date)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 15:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-expression/m-p/923133#M980361</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-08-13T15:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with expression</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-expression/m-p/923134#M980362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use&amp;nbsp; aggr functions to grouping data based on dimension &lt;SPAN style="font-size: 13.3333330154419px;"&gt;[Transaction ID] and Date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; and&lt;/SPAN&gt; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;firstsortedvalue function for getting higest or lowest value for &lt;SPAN style="font-size: 13.3333330154419px;"&gt;[Paynet Construction Score]&lt;/SPAN&gt;&lt;/SPAN&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=FirstSortedValue(Aggr(SUM([Paynet Construction Score]),Date,[Transaction ID]),-Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 16:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-expression/m-p/923134#M980362</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-13T16:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with expression</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-expression/m-p/923135#M980363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Neetha. It worked. Thanks for all the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 18:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-expression/m-p/923135#M980363</guid>
      <dc:creator />
      <dc:date>2015-08-13T18:54:43Z</dc:date>
    </item>
  </channel>
</rss>

