<?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 Re: loading data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/loading-data/m-p/416961#M695636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all. but i believe you have not understood the question. let me try again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assume i do the below:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;. from test.qvd(qvd) where Date = Today()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now suppose today's data is not loaded in the past - output will be&amp;nbsp; zero rows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to capture count of rows from this result and then put that value in a variable to use it in&amp;nbsp; a if statement liek below:&lt;/P&gt;&lt;P&gt;if variable =0 then&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;. from excel file for today's data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 May 2013 11:46:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-01T11:46:45Z</dc:date>
    <item>
      <title>loading data</title>
      <link>https://community.qlik.com/t5/QlikView/loading-data/m-p/416958#M695633</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;i have test.qvd(qvd) and daily i append new data in this qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to put a control in script if today's data is present in test.qvd(qvd) then do not append. this i will be able to check based on Date column in test.qvd(qvd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so could you please share the correct syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 10:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-data/m-p/416958#M695633</guid>
      <dc:creator />
      <dc:date>2013-05-01T10:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: loading data</title>
      <link>https://community.qlik.com/t5/QlikView/loading-data/m-p/416959#M695634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;from test.qvd(qvd)&lt;/P&gt;&lt;P&gt;where Date &amp;lt; today();&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 11:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-data/m-p/416959#M695634</guid>
      <dc:creator />
      <dc:date>2013-05-01T11:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: loading data</title>
      <link>https://community.qlik.com/t5/QlikView/loading-data/m-p/416960#M695635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;The Exists() function will help you.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Test:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN class="Code" style="color: #999999;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN class="Code"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN class="Code"&gt;&amp;nbsp; , B&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN class="Code"&gt;&amp;nbsp; , C&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN class="Code" style="color: #999999;"&gt;From&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN class="Code"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; T&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;est.qvd (qvd)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN class="Code" style="color: #999999;"&gt;Where&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN class="Code"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Not Exists (Date)&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;This will load only rows where the value inside 'Date' has not been already load in the script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;Load 'Date' before in another table (like this 'Date' will exists), then do like the example above.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 11:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-data/m-p/416960#M695635</guid>
      <dc:creator>vivientexier</dc:creator>
      <dc:date>2013-05-01T11:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: loading data</title>
      <link>https://community.qlik.com/t5/QlikView/loading-data/m-p/416961#M695636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all. but i believe you have not understood the question. let me try again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assume i do the below:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;. from test.qvd(qvd) where Date = Today()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now suppose today's data is not loaded in the past - output will be&amp;nbsp; zero rows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to capture count of rows from this result and then put that value in a variable to use it in&amp;nbsp; a if statement liek below:&lt;/P&gt;&lt;P&gt;if variable =0 then&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;. from excel file for today's data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 11:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-data/m-p/416961#M695636</guid>
      <dc:creator />
      <dc:date>2013-05-01T11:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: loading data</title>
      <link>https://community.qlik.com/t5/QlikView/loading-data/m-p/416962#M695637</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;any updates &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 13:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-data/m-p/416962#M695637</guid>
      <dc:creator />
      <dc:date>2013-05-01T13:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: loading data</title>
      <link>https://community.qlik.com/t5/QlikView/loading-data/m-p/416963#M695638</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;any luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 14:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-data/m-p/416963#M695638</guid>
      <dc:creator />
      <dc:date>2013-05-01T14:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: loading data</title>
      <link>https://community.qlik.com/t5/QlikView/loading-data/m-p/416964#M695639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get the Total No of Rows in your script you can use a scriptline like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;LET &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;variable1 &lt;/SPAN&gt; = NoOfRows('tab1');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 14:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-data/m-p/416964#M695639</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2013-05-01T14:54:22Z</dc:date>
    </item>
  </channel>
</rss>

