<?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 create a new field with values New, Existing in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Need-to-create-a-new-field-with-values-New-Existing/m-p/2476999#M100326</link>
    <description>&lt;P&gt;In qliksense I am receiving new record ids&amp;nbsp; every day we get new records, i need to create column showing values 'New','Existing' .&lt;/P&gt;
&lt;P&gt;As my data model is complex I can't make change in my existing script and also I can't rely on my date field&lt;/P&gt;
&lt;P&gt;&amp;nbsp;In table chart&amp;nbsp; for Record ids column i need to show whether they are New or existing record&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Record ids column after loading data I did some calculation and final Record ids which meets requirment I am showing in Table&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 20:53:16 GMT</pubDate>
    <dc:creator>MS90</dc:creator>
    <dc:date>2024-11-15T20:53:16Z</dc:date>
    <item>
      <title>Need to create a new field with values New, Existing</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-create-a-new-field-with-values-New-Existing/m-p/2476999#M100326</link>
      <description>&lt;P&gt;In qliksense I am receiving new record ids&amp;nbsp; every day we get new records, i need to create column showing values 'New','Existing' .&lt;/P&gt;
&lt;P&gt;As my data model is complex I can't make change in my existing script and also I can't rely on my date field&lt;/P&gt;
&lt;P&gt;&amp;nbsp;In table chart&amp;nbsp; for Record ids column i need to show whether they are New or existing record&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Record ids column after loading data I did some calculation and final Record ids which meets requirment I am showing in Table&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 20:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-create-a-new-field-with-values-New-Existing/m-p/2476999#M100326</guid>
      <dc:creator>MS90</dc:creator>
      <dc:date>2024-11-15T20:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need to create a new field with values New, Existing</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-create-a-new-field-with-values-New-Existing/m-p/2477099#M100333</link>
      <description>&lt;P&gt;That sounds like a problem that can be solved with an incremental load process.&lt;BR /&gt;Will be very challenging to add this feature you are asking without changing your script. Can you please explain how are you loading the data in your application? Also, is binary load a possible alternative?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 17:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-create-a-new-field-with-values-New-Existing/m-p/2477099#M100333</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-08-20T17:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need to create a new field with values New, Existing</title>
      <link>https://community.qlik.com/t5/App-Development/Need-to-create-a-new-field-with-values-New-Existing/m-p/2477328#M100359</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22035"&gt;@marksouzacosta&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maintable:&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;OrderNo,&lt;/P&gt;
&lt;P&gt;Score,&lt;/P&gt;
&lt;P&gt;Date,&lt;/P&gt;
&lt;P&gt;Otherfields&lt;/P&gt;
&lt;P&gt;From lib maintable.qvd(qvd);&lt;/P&gt;
&lt;P&gt;DerivedTable:&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;If (score&amp;gt;60,OrderNo)as OrderNo_Report&lt;/P&gt;
&lt;P&gt;Resident Maintable;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;RatingTable:&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;OrderNo,&lt;/P&gt;
&lt;P&gt;Rating,&lt;/P&gt;
&lt;P&gt;Otherfields&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;From lib RatingTable.qvd(qvd);&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am daily sendding a report based on OrderNo_Report and Rating&amp;gt;70 ,now I need to add a field in that report showing values 'LatestRecord','Existing'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't reliable on date field because there are more than one date fields and data may updated from any one after daily load.&lt;/P&gt;
&lt;P&gt;I need to show records differentiate based on order no only.&lt;/P&gt;
&lt;P&gt;I can't use binary load and it is complex data model&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 17:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-to-create-a-new-field-with-values-New-Existing/m-p/2477328#M100359</guid>
      <dc:creator>MS90</dc:creator>
      <dc:date>2024-08-21T17:01:52Z</dc:date>
    </item>
  </channel>
</rss>

