<?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 Conditional Load in Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Load-in-Script/m-p/1763948#M591301</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have the follow script to load and concantenate the data on a daily basis. This is to help me to build my data trend into a QVD files.&lt;/P&gt;&lt;P&gt;//For Generation Daily Status//&lt;BR /&gt;[PastStatus]: //*Daily Reload 1 time only*//&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;$(vExclPath)\DailyTrend (qvd);&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load //*Daily Reload 1 time only*//&lt;BR /&gt;Status,&lt;/P&gt;&lt;P&gt;Sales,&lt;/P&gt;&lt;P&gt;date(today(),'DD/MM/YYYY') as StatusDate&lt;BR /&gt;&lt;BR /&gt;Resident [DailyStatus];&lt;/P&gt;&lt;P&gt;STORE PastStatus INTO $(vExclPath)\DailyStatus (qvd);&lt;/P&gt;&lt;P&gt;drop Table [PastStatus];&lt;/P&gt;&lt;P&gt;However,&amp;nbsp; at some period our data server would be down and require us to do a manaul reload of the application.&lt;/P&gt;&lt;P&gt;What i need to do is to prevent the data from concanateing again during this manual reload. I tried searching a solution around this forums but i did not come to any solution&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:34:39 GMT</pubDate>
    <dc:creator>lyj1990</dc:creator>
    <dc:date>2024-11-15T23:34:39Z</dc:date>
    <item>
      <title>Conditional Load in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Load-in-Script/m-p/1763948#M591301</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have the follow script to load and concantenate the data on a daily basis. This is to help me to build my data trend into a QVD files.&lt;/P&gt;&lt;P&gt;//For Generation Daily Status//&lt;BR /&gt;[PastStatus]: //*Daily Reload 1 time only*//&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;$(vExclPath)\DailyTrend (qvd);&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load //*Daily Reload 1 time only*//&lt;BR /&gt;Status,&lt;/P&gt;&lt;P&gt;Sales,&lt;/P&gt;&lt;P&gt;date(today(),'DD/MM/YYYY') as StatusDate&lt;BR /&gt;&lt;BR /&gt;Resident [DailyStatus];&lt;/P&gt;&lt;P&gt;STORE PastStatus INTO $(vExclPath)\DailyStatus (qvd);&lt;/P&gt;&lt;P&gt;drop Table [PastStatus];&lt;/P&gt;&lt;P&gt;However,&amp;nbsp; at some period our data server would be down and require us to do a manaul reload of the application.&lt;/P&gt;&lt;P&gt;What i need to do is to prevent the data from concanateing again during this manual reload. I tried searching a solution around this forums but i did not come to any solution&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:34:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Load-in-Script/m-p/1763948#M591301</guid>
      <dc:creator>lyj1990</dc:creator>
      <dc:date>2024-11-15T23:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Load in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Load-in-Script/m-p/1763956#M591302</link>
      <description>&lt;P&gt;Try it with:&lt;/P&gt;&lt;P&gt;[PastStatus]: //*Daily Reload 1 time only*//&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;$(vExclPath)\DailyTrend (qvd);&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load //*Daily Reload 1 time only*//&lt;BR /&gt;Status,&lt;/P&gt;&lt;P&gt;Sales,&lt;/P&gt;&lt;P&gt;date(today(),'DD/MM/YYYY') as StatusDate&lt;/P&gt;&lt;P&gt;Resident [DailyStatus]&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt; where not exists(StatusDate, date(today(),'DD/MM/YYYY'))&lt;/STRONG&gt;&lt;/FONT&gt;;&lt;/P&gt;&lt;P&gt;STORE PastStatus INTO $(vExclPath)\DailyStatus (qvd);&lt;/P&gt;&lt;P&gt;drop Table [PastStatus];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 09:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Load-in-Script/m-p/1763956#M591302</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-11-24T09:03:35Z</dc:date>
    </item>
  </channel>
</rss>

