<?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: How to give old date in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-give-old-date/m-p/1926234#M76259</link>
    <description>&lt;P&gt;Can you provide more details on the use case here? Or what are you actually trying to do?&lt;/P&gt;
&lt;P&gt;Will your tables always have one row?&lt;/P&gt;
&lt;P&gt;How do you know which table is latest?&lt;/P&gt;</description>
    <pubDate>Wed, 04 May 2022 12:04:49 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2022-05-04T12:04:49Z</dc:date>
    <item>
      <title>How to give old date</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-give-old-date/m-p/1926165#M76253</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;
&lt;P&gt;i have two tables&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Table 1:&lt;/P&gt;
&lt;P&gt;Number&amp;nbsp; &amp;nbsp; &amp;nbsp;Date&amp;nbsp;&lt;/P&gt;
&lt;P&gt;001&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;02-11-2021&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Table 2:&lt;/P&gt;
&lt;P&gt;Number&amp;nbsp; &amp;nbsp; &amp;nbsp;Date&amp;nbsp;&lt;/P&gt;
&lt;P&gt;051&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 04-11-2022&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i want old number date&amp;nbsp; is replaced with new number how to achieve it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sravan.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 10:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-give-old-date/m-p/1926165#M76253</guid>
      <dc:creator>Sra1bandi</dc:creator>
      <dc:date>2022-05-04T10:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to give old date</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-give-old-date/m-p/1926234#M76259</link>
      <description>&lt;P&gt;Can you provide more details on the use case here? Or what are you actually trying to do?&lt;/P&gt;
&lt;P&gt;Will your tables always have one row?&lt;/P&gt;
&lt;P&gt;How do you know which table is latest?&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 12:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-give-old-date/m-p/1926234#M76259</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-05-04T12:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to give old date</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-give-old-date/m-p/1926240#M76263</link>
      <description>&lt;P&gt;Hi Vinieme,&lt;/P&gt;
&lt;P&gt;Thanks for giving reply.&lt;/P&gt;
&lt;P&gt;Table 1 is old and table 2 is new&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there are 150 numbers like that with date i have to replace the same date with for new 150 numbers .&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sravan.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 12:12:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-give-old-date/m-p/1926240#M76263</guid>
      <dc:creator>Sra1bandi</dc:creator>
      <dc:date>2022-05-04T12:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to give old date</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-give-old-date/m-p/1926281#M76270</link>
      <description>&lt;P&gt;As below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Old:&lt;/P&gt;
&lt;P&gt;Load ID,Date from oldtable;&lt;/P&gt;
&lt;P&gt;Left Join (Old)&lt;/P&gt;
&lt;P&gt;Load max(date) as newdate from newtable;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Drop field Date from Old;&lt;/P&gt;
&lt;P&gt;Rename field newdate to Date;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 12:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-give-old-date/m-p/1926281#M76270</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-05-04T12:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to give old date</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-give-old-date/m-p/1926289#M76272</link>
      <description>&lt;P&gt;Hi Vineeth,&lt;/P&gt;
&lt;P&gt;Thanks for reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But here there is no common thing to take dates while joining in new data there are approx 1k numbers are present.&lt;/P&gt;
&lt;P&gt;in that 1000 numbers this these 150 numbers are present, how it will merge with that 150 numbers&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 12:53:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-give-old-date/m-p/1926289#M76272</guid>
      <dc:creator>Sra1bandi</dc:creator>
      <dc:date>2022-05-04T12:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to give old date</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-give-old-date/m-p/1926444#M76287</link>
      <description>&lt;P&gt;Please post some sample data that best represents your dataset&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and expected output&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 16:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-give-old-date/m-p/1926444#M76287</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-05-04T16:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to give old date</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-give-old-date/m-p/1928563#M76453</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;Table 1 and Table2 uploaded files&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Table 2 has 150 same ppcr numbers which are also present in Table1&lt;/P&gt;
&lt;P&gt;but i need for same PPCR# i need Table2&amp;nbsp; created date instead of table 1 created date&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 12:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-give-old-date/m-p/1928563#M76453</guid>
      <dc:creator>Sra1bandi</dc:creator>
      <dc:date>2022-05-10T12:25:22Z</dc:date>
    </item>
  </channel>
</rss>

