<?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: LOAD statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859250#M300812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way ... a mapping load table will vanish by it self at the completion of the load script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 May 2015 08:57:10 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2015-05-27T08:57:10Z</dc:date>
    <item>
      <title>LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859248#M300810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, i've noticed that when i make a load of some datas, is generated the qvd (with store command) but the table in-memory is not created, is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 08:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859248#M300810</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-05-27T08:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859249#M300811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not unless the &lt;STRONG&gt;table is dropped&lt;/STRONG&gt; or QlikView finds out that what you are loading from the QVD can be &lt;STRONG&gt;auto concatenated&lt;/STRONG&gt;. The last option is that you &lt;STRONG&gt;force concatenate&lt;/STRONG&gt; the QVD - which you would obviously know about by using CONCATENATE in front of the LOAD statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 08:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859249#M300811</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-27T08:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859250#M300812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way ... a mapping load table will vanish by it self at the completion of the load script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 08:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859250#M300812</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-27T08:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859251#M300813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No it is not possible, you have to find the table in memory, plase share with us you script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 08:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859251#M300813</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-05-27T08:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859252#M300814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a statement called DROP that can drop one or more tables explicitly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE TempTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLES TempDates1, TempDates2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 09:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859252#M300814</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-27T09:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859253#M300815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TAB:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field 1 as A,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field 2 as B,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ........,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field n as Z&lt;/P&gt;&lt;P&gt;FROM URL; (qvx)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store TAB Into '$(pathToFile)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i get the qvd file, but not the table TAB in the Tables Visualizer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 09:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859253#M300815</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-05-27T09:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859254#M300816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The exact code is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'****************************************************************************&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;let inst_pro_media = '$(vQvdPath)\INST_Media.qvd';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;let size = filesize('$(inst_pro_media)');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if not isnull(size) then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; INST_Media:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; LOAD * FROM '$(inst_pro_media)' (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;end if&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(vGetLatestData=1) then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; let noRows = NoOfRows('InstagramSites'); // get the total number of rows in the table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; for i=0 to $(noRows)-1 // loop through every row&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; let site = peek('tSite', $(i), 'InstagramSites'); // get the value for "site" field on each row&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; let page = peek('tpage', $(i), 'InstagramSites');&amp;nbsp; // get the value for facebook page&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INST_Media:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; id as MediaByTag_id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; min_tag_id as MediaByTag_min_tag_id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; max_tag_id as MediaByTag_max_tag_id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; type as MediaByTag_type,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; tags as MediaByTag_tags,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; location_id as MediaByTag_location_id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; location_name as MediaByTag_location_name,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; location_latitude as MediaByTag_location_latitude,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; location_longitude as MediaByTag_location_longitude,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; filter as MediaByTag_filter,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; link as MediaByTag_link,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; created_time as MediaByTag_created_time,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; created_time_utc as MediaByTag_created_time_utc,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; timestamp#(created_time_utc, 'DD-MM-YYYY hh:mm:ss') as MediaByTag_created_time_utc_qlik_timestamp,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; date#(left(created_time_utc, 10), 'DD-MM-YYYY') as MediaByTag_created_time_utc_qlik_date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; comments_count as MediaByTag_comments_count,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; likes_count as MediaByTag_likes_count,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; caption_created_time as MediaByTag_caption_created_time,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; caption_created_time_utc as MediaByTag_caption_created_time_utc,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; timestamp#(caption_created_time_utc, 'DD-MM-YYYY hh:mm:ss') as MediaByTag_caption_created_time_utc_qlik_timestamp,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; date#(left(caption_created_time_utc, 10), 'DD-MM-YYYY') as MediaByTag_caption_created_time_utc_qlik_date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; caption_text as MediaByTag_caption_text,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; caption_from_username as MediaByTag_caption_from_username,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; caption_from_profile_picture as MediaByTag_caption_from_profile_picture,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; caption_from_id as MediaByTag_caption_from_id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; caption_from_full_name as MediaByTag_caption_from_full_name,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; caption_id as MediaByTag_caption_id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; images_low_resolution_url as MediaByTag_images_low_resolution_url,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; images_low_resolution_width as MediaByTag_images_low_resolution_width,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; images_low_resolution_height as MediaByTag_images_low_resolution_height,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; images_thumbnail_url as MediaByTag_images_thumbnail_url,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; images_thumbnail_width as MediaByTag_images_thumbnail_width,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; images_thumbnail_height as MediaByTag_images_thumbnail_height,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; images_standard_resolution_url as MediaByTag_images_standard_resolution_url,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; images_standard_resolution_width as MediaByTag_images_standard_resolution_width,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; images_standard_resolution_height as MediaByTag_images_standard_resolution_height,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; videos_low_bandwidth_url as MediaByTag_videos_low_bandwidth_url,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; videos_low_bandwidth_width as MediaByTag_videos_low_bandwidth_width,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; videos_low_bandwidth_height as MediaByTag_videos_low_bandwidth_height,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; videos_standard_resolution_url as MediaByTag_videos_standard_resolution_url,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; videos_standard_resolution_width as MediaByTag_videos_standard_resolution_width,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; videos_standard_resolution_height as MediaByTag_videos_standard_resolution_height,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; videos_low_resolution_url as MediaByTag_videos_low_resolution_url,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; videos_low_resolution_width as MediaByTag_videos_low_resolution_width,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; videos_low_resolution_height as MediaByTag_videos_low_resolution_height,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; user_has_liked as MediaByTag_user_has_liked,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; user_username as MediaByTag_user_username,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; user_profile_picture as MediaByTag_user_profile_picture,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; user_full_name as MediaByTag_user_full_name,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; user_id as MediaByTag_user_id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; users_in_photo_count as MediaByTag_users_in_photo_count,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; users_in_photo_user_ids as MediaByTag_users_in_photo_user_ids&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [$(vQVSourceBaseUrl)/QVSource/InstagramConnector/?table=MediaByTag&amp;amp;appID=$(vQVSourceAppId)&amp;amp;tag=$(site)](qvx);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //call logQVSourceError(scripterrordetails, 'Instagram\Page\$(site)');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; trace "Tw Follower Url: " &amp;amp; $(vQVSourceBaseUrl)/QVSource/InstagramConnector/?table=MediaByTag&amp;amp;appID=$(vQVSourceAppId)&amp;amp;tag=$(site);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; next&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; STORE INST_Media INTO '$(inst_pro_media)';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;end if&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'****************************************************************************&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 09:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859254#M300816</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-05-27T09:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859255#M300817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure that the qvd is filled with values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that you are creating an empty file (.qvd) starting from a table with no rows (this coult be the reason for which the table is not shown)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 09:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859255#M300817</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-05-27T09:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859256#M300818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only reason you could have for not getting a table in-memory is that the QVD you are loading from is empty or does not exist and the QVX's that the FOR NEXT loop is retrieving from does not have data or they don't exist. There is a test also against a variable &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vGetLatestData &lt;/STRONG&gt;which it will act upon to either fetch new data or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether the script reports the errors or not depends on your error reporting setting - which you can change with the variable ErrorMode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 09:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859256#M300818</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-27T09:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859257#M300819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried to load the qvd and it presents data inside.&lt;/P&gt;&lt;P&gt;What's this &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ErrorMode variable, and how should be setted?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 09:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859257#M300819</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-05-27T09:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859258#M300820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another question is related to this statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; let noRows = NoOfRows('InstagramSites'), &lt;/STRONG&gt;this statement returns NULL (I have replaced the Instagram Sites in order to let it work).&lt;/P&gt;&lt;P&gt;The table is defined in a config file located like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(Must_include=C:\Users\m.puccetti\Desktop\LAVORO\QLIKVIEW\DEMO\Social Media Analyzer\SETTINGS\config.txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And within the config, the table is defined like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Instagram parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;InstagramSites:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;tpage, tSite&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;999999999999999, Bancadinamica&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have debugged the script and i've seen that the config is linked to the code, so it should work.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 09:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859258#M300820</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-05-27T09:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859259#M300821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now the table is loaded thanks to the qvd creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 10:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859259#M300821</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-05-27T10:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859260#M300822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView Reference Manual (English) PDF:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Page 289 - Chapter 24 - Script Syntax has two or more pages of explanation and example of the use of ErrorMode and ScriptError.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 10:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859260#M300822</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-27T10:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859261#M300823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you get a Null-value from NoOfRows(&amp;lt;tablename&amp;gt;) then there is no &amp;lt;tablename&amp;gt; table to count the rows in.... If the table exists then it would give 0 or more as a value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 10:05:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859261#M300823</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-27T10:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859262#M300824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Kindly mark most helpful reply as answer. It will help others to find the answer of what they look for.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 10:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859262#M300824</guid>
      <dc:creator>timanshu</dc:creator>
      <dc:date>2015-05-27T10:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859263#M300825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The table is created in the config file, but it seems not to be included in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 10:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-statement/m-p/859263#M300825</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-05-27T10:54:32Z</dc:date>
    </item>
  </channel>
</rss>

