<?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: first value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/first-value/m-p/1065411#M929962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u want to use one field&amp;nbsp; value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can use&amp;nbsp; max(urdate field)&amp;nbsp;&amp;nbsp; it will give u the updated values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Mar 2016 09:58:34 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2016-03-14T09:58:34Z</dc:date>
    <item>
      <title>first value</title>
      <link>https://community.qlik.com/t5/QlikView/first-value/m-p/1065410#M929961</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;My scenario&amp;nbsp; as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My output is in a table box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I receive 2 Values kind of duplicate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer no | Date | Reciept No | Amount | product Number&lt;/P&gt;&lt;P&gt;100235 | 10/Mar/2010 | 22565 | 2.225 | EF2887817&lt;/P&gt;&lt;P&gt;100235 | 20/Mar/2010 | 22565 | 2.225 | EF2887817&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Data comes from current file and history file. I would like to display as one record as this is actually a duplicate but showing 2 different values because of the difference in dare.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/first-value/m-p/1065410#M929961</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: first value</title>
      <link>https://community.qlik.com/t5/QlikView/first-value/m-p/1065411#M929962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u want to use one field&amp;nbsp; value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can use&amp;nbsp; max(urdate field)&amp;nbsp;&amp;nbsp; it will give u the updated values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 09:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/first-value/m-p/1065411#M929962</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-14T09:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: first value</title>
      <link>https://community.qlik.com/t5/QlikView/first-value/m-p/1065412#M929963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could add a expression to fetch the max date add show the same &lt;/P&gt;&lt;P&gt;max(Date)&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;aggr( &lt;SPAN style="font-size: 13.3333px;"&gt;max(Date), [&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Customer no] , [Reciept No] , Amount ,[product Number]&lt;/SPAN&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot use expression in the table box ..so you need to reduce the data in the script level &lt;/P&gt;&lt;P&gt;Source:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;from &lt;/P&gt;&lt;P&gt;table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;result:&lt;/P&gt;&lt;P&gt;LOAD [&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Customer no],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;max( Date),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Reciept No], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Amount] ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[product Number]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;resident&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;source&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;group by &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;[&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Customer no],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;[Reciept No],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Amount] ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[product Number];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;drop table &lt;SPAN style="font-size: 13.3333px;"&gt;Source;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 10:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/first-value/m-p/1065412#M929963</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-14T10:03:16Z</dc:date>
    </item>
  </channel>
</rss>

