<?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 load data from separate databases {Conditional} in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-load-data-from-separate-databases-Conditional/m-p/212157#M66209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am receiving 3 different databases (Each having 7-8 tables) from different sources. These databases are client specific data which we are receiving at scheduled time (means one DB is updated on every Monday , one on Friday &amp;amp; one is on random weekday ). We are having separate Sheets for all clients making sure of data integrity .&lt;/P&gt;&lt;P&gt;So my concern is every time I am loading whole data manually (all 3 databases) even if only one database is updated. So I am reloading one DB two times tan expected per week .&lt;/P&gt;&lt;P&gt;So is there any way anyone can suggest to load Qlikview document part wise depending upon whenever i receive particular updated DB. Currently I am not looking for scheduling loading , but only script logic where I can make it happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhushan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Oct 2009 12:33:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-09T12:33:50Z</dc:date>
    <item>
      <title>How to load data from separate databases {Conditional}</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-from-separate-databases-Conditional/m-p/212157#M66209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am receiving 3 different databases (Each having 7-8 tables) from different sources. These databases are client specific data which we are receiving at scheduled time (means one DB is updated on every Monday , one on Friday &amp;amp; one is on random weekday ). We are having separate Sheets for all clients making sure of data integrity .&lt;/P&gt;&lt;P&gt;So my concern is every time I am loading whole data manually (all 3 databases) even if only one database is updated. So I am reloading one DB two times tan expected per week .&lt;/P&gt;&lt;P&gt;So is there any way anyone can suggest to load Qlikview document part wise depending upon whenever i receive particular updated DB. Currently I am not looking for scheduling loading , but only script logic where I can make it happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhushan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 12:33:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-from-separate-databases-Conditional/m-p/212157#M66209</guid>
      <dc:creator />
      <dc:date>2009-10-09T12:33:50Z</dc:date>
    </item>
    <item>
      <title>How to load data from separate databases {Conditional}</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-from-separate-databases-Conditional/m-p/212158#M66210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can automate the job using schedule tasks. ie create a exe which mentiones the qvd file and call the exe file from scheduled task. The can be automated to refreshe the qlikview doucment at the set time. Please refer to qlikview manual for automated jobs.&lt;/P&gt;&lt;P&gt;Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 13:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-from-separate-databases-Conditional/m-p/212158#M66210</guid>
      <dc:creator>prasad</dc:creator>
      <dc:date>2009-10-09T13:30:57Z</dc:date>
    </item>
    <item>
      <title>How to load data from separate databases {Conditional}</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-from-separate-databases-Conditional/m-p/212159#M66211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a useful trick could be to conditionally set a variable to '//' or ' ' given the current day, and put this variable on the beginning of the line you want to have executed on a particular day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example :&lt;/P&gt;&lt;P&gt;let vDay=weekday(now());&lt;BR /&gt;let ifMon=if(vDay='mon.', ' ', '//');&lt;BR /&gt;&lt;BR /&gt;$(ifMon) LOAD * INLINE [&lt;BR /&gt;$(ifMon) F1&lt;BR /&gt;$(ifMon) hop&lt;BR /&gt;$(ifMon) hip&lt;BR /&gt;$(ifMon) hup&lt;BR /&gt;$(ifMon) ];&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;the load will be executed only on mondays&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 14:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-from-separate-databases-Conditional/m-p/212159#M66211</guid>
      <dc:creator />
      <dc:date>2009-10-09T14:24:17Z</dc:date>
    </item>
    <item>
      <title>How to load data from separate databases {Conditional}</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-from-separate-databases-Conditional/m-p/212160#M66212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi George ,&lt;/P&gt;&lt;P&gt;This is input i am looking for.&lt;/P&gt;&lt;P&gt;Let me try this in my script &amp;amp; will let you know .&lt;/P&gt;&lt;P&gt;Thanks alot&lt;/P&gt;&lt;P&gt;Bhushan N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 15:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-from-separate-databases-Conditional/m-p/212160#M66212</guid>
      <dc:creator />
      <dc:date>2009-10-09T15:28:01Z</dc:date>
    </item>
  </channel>
</rss>

