<?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: Config file inclusion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850905#M298443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you should try a path specification with backslashes (e.g. \) instead of forward slashes (e.g. /)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 May 2015 15:23:33 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2015-05-13T15:23:33Z</dc:date>
    <item>
      <title>Config file inclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850898#M298436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello i need to know if the LOAD INLINE statement included in a config file are visible in the script at the reload process.&lt;/P&gt;&lt;P&gt;I have a table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TAB:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;A, B&lt;/P&gt;&lt;P&gt;VAL1, VAL2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; in the config file included with this statement &lt;EM&gt;$(include=../SETTINGS/config.txt);&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;but when i use this expression in the script: &lt;EM&gt;LET noRows = NoOfRows('TAB');&lt;/EM&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;i get NULL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Is it correct?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 10:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850898#M298436</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-05-13T10:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Config file inclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850899#M298437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="color: #3d3d3d; font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;$(include=....); &lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;will fail silently if something goes wrong.&lt;/P&gt;&lt;P&gt;Try&lt;SPAN style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="color: #3d3d3d; font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;$(Must_include=../SETTINGS/config.txt); &lt;/EM&gt;&lt;/SPAN&gt;to make sure that you get an error if the config.txt file can't be loaded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 10:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850899#M298437</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-13T10:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Config file inclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850900#M298438</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;As &lt;A href="https://community.qlik.com/people/gwassenaar"&gt;gwassenaar&lt;/A&gt; mentioned yes Must_Include is best option as it will alert you when it fails. However what am thinking of it why don't you test your include with full file path, the UNC path might not be right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 10:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850900#M298438</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-05-13T10:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Config file inclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850901#M298439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now it's working.&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, 13 May 2015 10:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850901#M298439</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-05-13T10:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Config file inclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850902#M298440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried with the absolute path as you have mentioned but now it's not working in both methods.&lt;/P&gt;&lt;P&gt;Now the table is not visible with the &lt;EM style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LET noRows = NoOfRows('TAB'); &lt;/EM&gt;statement.&lt;/P&gt;&lt;P&gt;How can i do?&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, 13 May 2015 13:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850902#M298440</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-05-13T13:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Config file inclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850903#M298441</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;Load the Table TAB into QV , as in the script inside the txt file and use your variable noRows instead of include.&lt;/P&gt;&lt;P&gt;If possible share your file and the txt file for the include&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 14:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850903#M298441</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-05-13T14:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Config file inclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850904#M298442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use must_include&lt;/P&gt;&lt;P&gt;check in table viewer after reload the table is created&lt;/P&gt;&lt;P&gt;add some trace&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(must_include=../SETTINGS/config.txt);&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LET noRows = NoOfRows('TAB');&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;trace noRows=$(noRows);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 15:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850904#M298442</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-05-13T15:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Config file inclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850905#M298443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you should try a path specification with backslashes (e.g. \) instead of forward slashes (e.g. /)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 15:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850905#M298443</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-05-13T15:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Config file inclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850906#M298444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used the absolute path to locate the config file, but after having inserted another definition in the config file, i get null value when i try to get the &lt;EM style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NoOfRows('TAB1'); value.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can i do to get the correct value?&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:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850906#M298444</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-05-27T08:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Config file inclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850907#M298445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually this means that the TAB1 table does not exist. Are you sure it is there when you call NoOfRows()? Use the Debug option in your script editor, or add Trace statements to get an idea of the path the execution engine follows in reality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 07:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850907#M298445</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-05-28T07:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Config file inclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850908#M298446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried also with the debug options and also i've declared the table inside the script, outside the config file, but it doesn't work yet.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 08:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850908#M298446</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-05-28T08:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Config file inclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850909#M298447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure the table exists in your data model before you call NoOfRows()? Did you check the spelling of the table name?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 08:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850909#M298447</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-05-28T08:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Config file inclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850910#M298448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i'm sure that there is the declaration of the table.&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>Thu, 28 May 2015 08:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850910#M298448</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-05-28T08:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Config file inclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850911#M298449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you test this? Did you perform a STORE (just for fun) after the table was created? A declaration or a LOAD statement can still be duverted by QlikView deciding to concatenate the data to another table. Even when you specify a different name for the new table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 08:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850911#M298449</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-05-28T08:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Config file inclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850912#M298450</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;I suggested in the past (13-May-2015) that Marco should load the table in script first to ensure that the table is trying to use in the INCLUDE is free of error or any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco, please load the your line of code in any qvw document or even the application where you're using the include statement and update the community of the result. Include NoConcatenate before the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 08:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850912#M298450</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-05-28T08:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Config file inclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850913#M298451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These is the code:&lt;/P&gt;&lt;P&gt;&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;/P&gt;&lt;P&gt;InstagramSites:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;tpage, tSite&lt;/P&gt;&lt;P&gt;1111111111, Bancadinamica&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the INLINE table loaded within the configuration file.&lt;/P&gt;&lt;P&gt;But when i'm going to retrive the &lt;EM style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NoOfRows &lt;/EM&gt;it return NULL!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 13:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850913#M298451</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-05-28T13:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Config file inclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850914#M298452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just FYI, after running&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;// Instagram parameters&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;InstagramSites:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;tpage, tSite&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1111111111, Bancadinamica&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LET vISRows = NoOfRows('InstagramSites');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the list in Settings-&amp;gt;Variable OverView tells me that vISRows contains 1. It must be something else. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 14:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850914#M298452</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-05-28T14:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Config file inclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850915#M298453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have made the same thing you said but it still gives me NULL return.&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>Thu, 28 May 2015 14:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850915#M298453</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-05-28T14:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Config file inclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850916#M298454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add the following statement immediately before the call to NoOfRows():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;STORE InstagramSites INTO [.\InstagramSites] (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and run your script again. Do you get an error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, then what other statements assign values to these variables? Do you clean up at the end of the script by setting all temporary variables to nothing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 14:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850916#M298454</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-05-28T14:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Config file inclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850917#M298455</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;I got 1 in the vISRows variable in UI.&lt;/P&gt;&lt;P&gt;What I can think of is in your Inline load ensure that there's no empty row before ];&lt;/P&gt;&lt;P&gt;If the Include is not working for you in your script, then have the table loaded directly in the script instead of using Include statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 16:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Config-file-inclusion/m-p/850917#M298455</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-05-28T16:16:49Z</dc:date>
    </item>
  </channel>
</rss>

