<?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 Need to find New record for the specific date or is it a existing record from yesterday in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Need-to-find-New-record-for-the-specific-date-or-is-it-a/m-p/2475288#M100105</link>
    <description>&lt;P&gt;&amp;nbsp;I want to Create&amp;nbsp; a new field which identifies if a record&amp;nbsp; is a&amp;nbsp;&amp;nbsp;New record for the specific date or is it a existing record from yesterday&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_20240808_170507795.jpg" style="width: 4080px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170382iA45654DFD2B7A0C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG_20240808_170507795.jpg" alt="IMG_20240808_170507795.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 20:53:47 GMT</pubDate>
    <dc:creator>MS90</dc:creator>
    <dc:date>2024-11-15T20:53:47Z</dc:date>
    <item>
      <title>Need to find New record for the specific date or is it a existing record from yesterday</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-find-New-record-for-the-specific-date-or-is-it-a/m-p/2475288#M100105</link>
      <description>&lt;P&gt;&amp;nbsp;I want to Create&amp;nbsp; a new field which identifies if a record&amp;nbsp; is a&amp;nbsp;&amp;nbsp;New record for the specific date or is it a existing record from yesterday&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_20240808_170507795.jpg" style="width: 4080px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170382iA45654DFD2B7A0C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG_20240808_170507795.jpg" alt="IMG_20240808_170507795.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 20:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-find-New-record-for-the-specific-date-or-is-it-a/m-p/2475288#M100105</guid>
      <dc:creator>MS90</dc:creator>
      <dc:date>2024-11-15T20:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find New record for the specific date or is it a existing record from yesterday</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-find-New-record-for-the-specific-date-or-is-it-a/m-p/2475411#M100142</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/181164"&gt;@MS90&lt;/a&gt;&amp;nbsp;, here you have one script option&amp;nbsp; :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QFabian_0-1723139050661.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170414i77F9726F5154A1C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="QFabian_0-1723139050661.png" alt="QFabian_0-1723139050661.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;Data:&lt;/DIV&gt;
&lt;DIV&gt;Load * Inline [&lt;/DIV&gt;
&lt;DIV&gt;Order No, ID NO, Start Date&lt;/DIV&gt;
&lt;DIV&gt;1, AZ, 8/8/2024&lt;/DIV&gt;
&lt;DIV&gt;2, AY, 1/8/2024&lt;/DIV&gt;
&lt;DIV&gt;3, ZC, 02/8/2024&lt;/DIV&gt;
&lt;DIV&gt;4, VB, 5/8/2024&lt;/DIV&gt;
&lt;DIV&gt;5, RE, 7/8/2024&lt;/DIV&gt;
&lt;DIV&gt;6, FI, 10/8/2024&lt;/DIV&gt;
&lt;DIV&gt;];&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;New_Field:&lt;/DIV&gt;
&lt;DIV&gt;Load&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; [Order No],&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; if([Start Date] = today(),&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; 'Todays Record',&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; if([Start Date] &amp;lt; today(),&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; 'Past Record',&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Future Record')) as New_Field&lt;/DIV&gt;
&lt;DIV&gt;Resident Data;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;exit script; /*&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Aug 2024 17:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-find-New-record-for-the-specific-date-or-is-it-a/m-p/2475411#M100142</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2024-08-08T17:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need to find New record for the specific date or is it a existing record from yesterday</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-find-New-record-for-the-specific-date-or-is-it-a/m-p/2476897#M100323</link>
      <description>&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;But I can't do this on date field I need to do this on&lt;STRONG&gt; Idno&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 18:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-find-New-record-for-the-specific-date-or-is-it-a/m-p/2476897#M100323</guid>
      <dc:creator>MS90</dc:creator>
      <dc:date>2024-08-19T18:25:30Z</dc:date>
    </item>
  </channel>
</rss>

