<?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 How to Update in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Update/m-p/1400884#M808054</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;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; a table with 4 columns only&amp;nbsp;&amp;nbsp; I don't have any date field in the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MY requirement is : my data in database update every week Saturday&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so my user wants the data to be updated in qlik application&amp;nbsp; when the data uploaded in db.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so how to achieve this in qlik?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone give the&amp;nbsp; suggestions to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>soniasweety</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to Update</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Update/m-p/1400884#M808054</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;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; a table with 4 columns only&amp;nbsp;&amp;nbsp; I don't have any date field in the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MY requirement is : my data in database update every week Saturday&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so my user wants the data to be updated in qlik application&amp;nbsp; when the data uploaded in db.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so how to achieve this in qlik?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone give the&amp;nbsp; suggestions to achieve this?&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/How-to-Update/m-p/1400884#M808054</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Update</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Update/m-p/1400885#M808055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can schedule task for that in QMC like Week wise every Sunday reload (Because, DB might update between 12 AM - 11:50 PM anytime by Saturday). If we schedule Sunday then data may update automatically ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 06:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Update/m-p/1400885#M808055</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-20T06:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Update</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Update/m-p/1400886#M808056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there any other way in qlik side can we achieve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 06:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Update/m-p/1400886#M808056</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-10-20T06:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to Update</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Update/m-p/1400887#M808057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Either you need to create with one variable or else go with macro where i aware&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr" style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;&lt;STRONG&gt;LET a =if(left(subfield((now()-ReloadTime())*1440,'.',2),1)=5,999,0); // This is for every 5 minutes, you can set it up as needed&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr" style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr" style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;STRONG style=": ; color: #3d3d3d; text-decoration: underline;"&gt;Macro&lt;/STRONG&gt;&lt;/P&gt;&lt;P dir="ltr" style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;Sub ReloadDoc&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr" style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; ActiveDocument.Reload&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr" style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; ActiveDocument.Save&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr" style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;End sub&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 06:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Update/m-p/1400887#M808057</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-20T06:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Update</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Update/m-p/1400888#M808058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx&amp;nbsp; I will try and update you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 15:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Update/m-p/1400888#M808058</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-10-20T15:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Update</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Update/m-p/1400889#M808059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, once you figure out the suit answers you can close this thread by flag correct answer..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Oct 2017 13:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Update/m-p/1400889#M808059</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-21T13:01:49Z</dc:date>
    </item>
  </channel>
</rss>

