<?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 Deleting and updating data in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Deleting-and-updating-data/m-p/1633744#M47192</link>
    <description>&lt;P&gt;Hi qliksense experts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have incremental data with only month specified. I need to delete the last 30 days data and update all the data including present date.&lt;/P&gt;&lt;P&gt;lets say i have data till today(2019/09/11). As i dont have the date specified and its last 30 days data to be deleted and updated. If the present date is &amp;lt;30 i need to delete the last month data till present data and update till present date again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any ideas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 19:55:20 GMT</pubDate>
    <dc:creator>Sasi3557</dc:creator>
    <dc:date>2024-11-16T19:55:20Z</dc:date>
    <item>
      <title>Deleting and updating data</title>
      <link>https://community.qlik.com/t5/App-Development/Deleting-and-updating-data/m-p/1633744#M47192</link>
      <description>&lt;P&gt;Hi qliksense experts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have incremental data with only month specified. I need to delete the last 30 days data and update all the data including present date.&lt;/P&gt;&lt;P&gt;lets say i have data till today(2019/09/11). As i dont have the date specified and its last 30 days data to be deleted and updated. If the present date is &amp;lt;30 i need to delete the last month data till present data and update till present date again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any ideas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Deleting-and-updating-data/m-p/1633744#M47192</guid>
      <dc:creator>Sasi3557</dc:creator>
      <dc:date>2024-11-16T19:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting and updating data</title>
      <link>https://community.qlik.com/t5/App-Development/Deleting-and-updating-data/m-p/1633758#M47194</link>
      <description>&lt;P&gt;In your script, create a variable&lt;/P&gt;&lt;P&gt;LET vLast30Days=&amp;nbsp;Date(now(1)-30);&lt;/P&gt;&lt;P&gt;On your script&lt;BR /&gt;&lt;BR /&gt;LOAD...................&lt;BR /&gt;WHERE ORDERDATE &amp;lt; '$(vLast30Days)'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try to ensure that ORDERDATE and&amp;nbsp;vLast30Days are in the same date format&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 15:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Deleting-and-updating-data/m-p/1633758#M47194</guid>
      <dc:creator>jerifortune</dc:creator>
      <dc:date>2019-10-10T15:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting and updating data</title>
      <link>https://community.qlik.com/t5/App-Development/Deleting-and-updating-data/m-p/1633764#M47195</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i don’t &amp;nbsp;have the order date in my table i only have the month. So if its 15 of this month and if i load the data tomorrow it should delete last months and present month data and load all the data till tomorrow as the data would change depending on the trigger 30 days /20 days&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 15:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Deleting-and-updating-data/m-p/1633764#M47195</guid>
      <dc:creator>Sasi3557</dc:creator>
      <dc:date>2019-10-10T15:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting and updating data</title>
      <link>https://community.qlik.com/t5/App-Development/Deleting-and-updating-data/m-p/1633769#M47197</link>
      <description>&lt;P&gt;I used order date as an example. Do you have a date column?&amp;nbsp; OR Do you have only month and year?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 15:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Deleting-and-updating-data/m-p/1633769#M47197</guid>
      <dc:creator>jerifortune</dc:creator>
      <dc:date>2019-10-10T15:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting and updating data</title>
      <link>https://community.qlik.com/t5/App-Development/Deleting-and-updating-data/m-p/1633771#M47198</link>
      <description>&lt;P&gt;I have month column and year column thats it.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 15:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Deleting-and-updating-data/m-p/1633771#M47198</guid>
      <dc:creator>Sasi3557</dc:creator>
      <dc:date>2019-10-10T15:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting and updating data</title>
      <link>https://community.qlik.com/t5/App-Development/Deleting-and-updating-data/m-p/1633773#M47199</link>
      <description>&lt;P&gt;&lt;SPAN&gt;WHERE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Date(Monthend(makedate([Year],[Month]))) &amp;lt; '$(vLast30Days)'&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 15:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Deleting-and-updating-data/m-p/1633773#M47199</guid>
      <dc:creator>jerifortune</dc:creator>
      <dc:date>2019-10-10T15:45:45Z</dc:date>
    </item>
  </channel>
</rss>

