<?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 Schedule data pull from DB in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Schedule-data-pull-from-DB/m-p/1792085#M5857</link>
    <description>&lt;P&gt;I'm pulling data from db of last week every Monday, having start and end date in query. I want to schedule this activity so that manual intervention is not needed for pulling data.&lt;/P&gt;&lt;P&gt;I want to understand how we can use current date function to schedule this job or is there any other way to schedule this activity.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Mar 2021 07:50:08 GMT</pubDate>
    <dc:creator>knight_rider2905</dc:creator>
    <dc:date>2021-03-17T07:50:08Z</dc:date>
    <item>
      <title>Schedule data pull from DB</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Schedule-data-pull-from-DB/m-p/1792085#M5857</link>
      <description>&lt;P&gt;I'm pulling data from db of last week every Monday, having start and end date in query. I want to schedule this activity so that manual intervention is not needed for pulling data.&lt;/P&gt;&lt;P&gt;I want to understand how we can use current date function to schedule this job or is there any other way to schedule this activity.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 07:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Schedule-data-pull-from-DB/m-p/1792085#M5857</guid>
      <dc:creator>knight_rider2905</dc:creator>
      <dc:date>2021-03-17T07:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule data pull from DB</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Schedule-data-pull-from-DB/m-p/1792146#M5858</link>
      <description>&lt;P&gt;You can use today() as Date in your SQL .&lt;/P&gt;&lt;P&gt;For example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;LET currentDate = today();&lt;/P&gt;&lt;P&gt;SQL select * from myTable where date &amp;gt;= $(currentDate) - 7 days;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also use your current date from SQL Server and just schedule the Qlik Sense Task on every monday.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 11:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Schedule-data-pull-from-DB/m-p/1792146#M5858</guid>
      <dc:creator>denisb</dc:creator>
      <dc:date>2021-03-17T11:00:29Z</dc:date>
    </item>
  </channel>
</rss>

