<?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: problem with date fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458234#M795931</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Is there anyway to do in script level if yes please can you brief me about that if you don't mine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prashanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jan 2018 18:48:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-03T18:48:08Z</dc:date>
    <item>
      <title>problem with date fields</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458230#M795927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have script like below&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; Extract_Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Record_count,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Processed_date&lt;/P&gt;&lt;P&gt;from table.qvd(qvd);&lt;/P&gt;&lt;P&gt;My table in Table_Viewr like&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Extract_Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Record_count,&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Processed_date&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A.QVW&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;10000&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/03/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B.QVW&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/03/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C.QVW&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;30000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/03/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A.QVW&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;9000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/02/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B.QVW&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;18000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/02/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C.QVW&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;27000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/02/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;My table has multiple records&lt;/P&gt;&lt;P&gt;the table gives the record count for each refresh, &lt;/P&gt;&lt;P&gt;the Processed_Date has today function,.&lt;/P&gt;&lt;P&gt;I want design one report like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Extract_Name&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Current Refresh date&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Current Refresh Count&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;SPAN style="color: #ffffff; text-align: center; background-color: #6690bc;"&gt;Prior Refresh date&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;SPAN style="color: #ffffff; text-align: center; background-color: #6690bc;"&gt;Prior Refresh Count&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A.QVW&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/03/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/02/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;9000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B.QVW&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/03/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/02/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;18000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C.QVW&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/03/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;30000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/02/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;27000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know like how to get current and prior dates like below&lt;/P&gt;&lt;P&gt;If(Processed_date=Today(),Processed_date) as Current Refresh date&lt;/P&gt;&lt;P&gt;If(Processed_date=Today()-1,Processed_date) as Prior Refresh date&lt;/P&gt;&lt;P&gt;But it is not fullfill my above requirement.&lt;/P&gt;&lt;P&gt;I need do to get only 2 records for each QVW (i.e.Current Refresh date and Prior Refresh date)&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Please help me out of this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Prashanth.&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/problem-with-date-fields/m-p/1458230#M795927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: problem with date fields</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458231#M795928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not do this on the front end of the application rather than doing this in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 16:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458231#M795928</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-03T16:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: problem with date fields</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458232#M795929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188772_Capture.PNG" style="height: 79px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 16:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458232#M795929</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-03T16:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: problem with date fields</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458233#M795930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot...&lt;/P&gt;&lt;P&gt;if i have any queries i will get back to you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 18:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458233#M795930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-03T18:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: problem with date fields</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458234#M795931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Is there anyway to do in script level if yes please can you brief me about that if you don't mine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prashanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 18:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458234#M795931</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-03T18:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: problem with date fields</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458235#M795932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Extract_Name,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Max(Processed_date)) as Current_Refresh_Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstSortedValue(Record_count, -Processed_date) as Current_Refresh_Count,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Max(Processed_date, 2)) as Previous_Refresh_Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstSortedValue(Record_count, -Processed_date, 2) as Previous_Refresh_Count&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By Extract_Name;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Extract_Name, Record_count, Processed_date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A.QVW, 10000, 01/03/2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B.QVW, 20000, 01/03/2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C.QVW, 30000, 01/03/2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A.QVW, 9000, 01/02/2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B.QVW, 18000, 01/02/2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C.QVW, 27000, 01/02/2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 19:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458235#M795932</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-03T19:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: problem with date fields</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458236#M795933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Current_Refresh_Count and Previous_Refresh_Count is Same i need to give Same colour(Red) for those two fields.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;i am using Pivot table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Can you please help me out of this issue.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Thanks in advance&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;regards&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Prashanth.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 09:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458236#M795933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-04T09:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: problem with date fields</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458237#M795934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just use red() in the background color expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 09:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458237#M795934</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-04T09:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: problem with date fields</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458238#M795935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in your pivot table measure --&amp;gt;&amp;nbsp; add below expression in both measure as background color expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if( sum(Current_Refresh_Count) =sum(Previous_Refresh_Count) ,Red(),Black())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;if (Column(1)= Column (2), red(),black())&amp;nbsp; // here col1 is Current referesh count and 2 is previous&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also note, if u want to match data and amount same then apply below expression&lt;/P&gt;&lt;P&gt;if( sum(Current_Refresh_Count) =sum(Previous_Refresh_Count) and Current_Refresh_Date=Previous_Refresh_Date, Red(),Black())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 09:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458238#M795935</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2018-01-04T09:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem with date fields</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458239#M795936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;I don't want store my historical data in my final application.means today i have only 2 records in future i might get million records.&lt;/P&gt;&lt;P&gt;So i just want get latest 2 records for each QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prashanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 07:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458239#M795936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-09T07:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: problem with date fields</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458240#M795937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi ,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I don't want store my historical data in my final application.means today i have only 2 records in future i might get million records.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;So i just want get latest 2 records for each QVW.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Could you please help on this&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks in Advance&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;regards&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Prashanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 07:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458240#M795937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-09T07:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: problem with date fields</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458241#M795938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Extract_Name, Record_count, Processed_date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A.QVW, 10000, 01/03/2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B.QVW, 20000, 01/03/2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C.QVW, 30000, 01/03/2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A.QVW, 9000, 01/02/2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B.QVW, 18000, 01/02/2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C.QVW, 27000, 01/02/2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A.QVW, 9000, 01/01/2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B.QVW, 18000, 01/01/2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C.QVW, 27000, 01/01/2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Where AutoNumber(RowNo(), Extract_Name) &amp;lt;= 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Order By Extract_Name, Processed_date desc;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 09:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458241#M795938</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-09T09:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: problem with date fields</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458242#M795939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thanks Alot..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For A.QVW&amp;nbsp; it is giving 01/03/2018 and 01/02/2018&lt;/P&gt;&lt;P&gt;but for B.QVW&amp;nbsp; it is giving only 01/03/2018 &lt;/P&gt;&lt;P&gt;i am considering it as current date and prior date,i need to get prior date for B.QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 12:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458242#M795939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-09T12:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: problem with date fields</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458243#M795940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not for me... share what you have and I can check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 12:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458243#M795940</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-09T12:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: problem with date fields</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458244#M795941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;My Source Table is like below:&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD (Extract Name],&lt;/P&gt;&lt;P&gt;[Application Name],&lt;/P&gt;&lt;P&gt;Source,&lt;/P&gt;&lt;P&gt;[Table Name],&lt;/P&gt;&lt;P&gt;[Field Name],&lt;/P&gt;&lt;P&gt;[Record Count],&lt;/P&gt;&lt;P&gt;[Processed Date]&lt;/P&gt;&lt;P&gt;from Table.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;Load * resident Temp&lt;/P&gt;&lt;P&gt;where Autonumber(RowNo(),[Extract Name]) &amp;lt;=2&lt;/P&gt;&lt;P&gt;order by [Extract Name],[Processed Date] desc;&lt;/P&gt;&lt;P&gt;drop table Temp;&lt;/P&gt;&lt;P&gt;My Source Table will be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Extract Name],[Record Count],[Processed date]&lt;/P&gt;&lt;P&gt;A.QVW,10,01/09/2018&lt;/P&gt;&lt;P&gt;B.QVW,20,01/09/2018&lt;/P&gt;&lt;P&gt;A.QVW,30,01/05/2018&lt;/P&gt;&lt;P&gt;B.QVW,40,01/05/2018&lt;/P&gt;&lt;P&gt;A.QVW,50,01/04/2018&lt;/P&gt;&lt;P&gt;B.QVW,60,01/04/2018&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ragards&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 12:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458244#M795941</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-09T12:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: problem with date fields</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458245#M795942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay... so where is the output which isn't working... You will have to probably share a qvw which shows me that it didn't pick two dates for B.QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 13:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458245#M795942</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-09T13:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: problem with date fields</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458246#M795943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually i am working on Real application so i couldn't able to share.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 13:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458246#M795943</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-09T13:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: problem with date fields</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458247#M795944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 13:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458247#M795944</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-09T13:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: problem with date fields</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458248#M795945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually some of the QVWs have morethan one field name so it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we do like Where Autonumber(Rowno(),[Field Name]&amp;lt;=2&lt;/P&gt;&lt;P&gt;then it is working&lt;/P&gt;&lt;P&gt;Thanks alot for your help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prashanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 15:00:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458248#M795945</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-09T15:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: problem with date fields</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458249#M795946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem at all &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 15:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-date-fields/m-p/1458249#M795946</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-09T15:03:44Z</dc:date>
    </item>
  </channel>
</rss>

