<?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: Automated Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570458#M212564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujeet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try using TableName() and TableNumber() functions for this.&amp;nbsp; Please find below example.&amp;nbsp; Table Number starts from 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Month&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Feb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Apr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; May&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jun&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Aug&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sep&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Oct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nov&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dec&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vTableNumber = TableNumber('Month');&lt;/P&gt;&lt;P&gt;LET vTableName = TableName(TableNumber('Month'));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, now vTableNumber&amp;nbsp; = 0 and vTableName&amp;nbsp; = Month after reloading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jan 2014 08:37:20 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-01-27T08:37:20Z</dc:date>
    <item>
      <title>Automated Script</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570449#M212555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need a automated script for reload in Qlikview.&lt;/P&gt;&lt;P&gt;i have a Menu table :&lt;/P&gt;&lt;P&gt;Here i have to check the presence of a brand LEVIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LEVISCheck:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;select&amp;nbsp; distinct Brand_Name from MenuTable&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where Brand_Name='LEVIS';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now If the Brand name exsist then i have to load the LEVIS Dictionary table.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;------------------------CHECK SCRIPT------------&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Let RowCount=NoOfRows('LEVISCheck');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If '$(RowCount)'&amp;lt;&amp;gt;'0' 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;------------------------------------------------------&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LevisDetails:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;select ID,ProductNo,order ,Stock,Price&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;from LEVIS_Data; &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;Now in case there is no LEVIS Brand then the error comes that Table Not found .&lt;/P&gt;&lt;P&gt;How to avoid this error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 06:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570449#M212555</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-01-27T06:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Script</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570450#M212556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try using Peek function and storing the value from &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LEVISCheck&lt;/STRONG&gt; table to a variable. And then try condiitional IF based on this newly created variable?&lt;/P&gt;&lt;P&gt;Does this meet your expectations?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 07:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570450#M212556</guid>
      <dc:creator />
      <dc:date>2014-01-27T07:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Script</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570451#M212557</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;dont put 0 in the single quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If '$(RowCount)'&amp;lt;&amp;gt;'0' THEN &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="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;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;this should be like below.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="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;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If '$(RowCount)'&amp;lt;&amp;gt; 0 THEN&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try and let us know.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-Nilesh&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 07:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570451#M212557</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2014-01-27T07:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Script</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570452#M212558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If RowCount &amp;lt;&amp;gt;'0' THEN or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; 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;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If RowCount &amp;lt;&amp;gt;0 THEN&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks,&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Angad&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 07:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570452#M212558</guid>
      <dc:creator />
      <dc:date>2014-01-27T07:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Script</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570453#M212559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 08:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570453#M212559</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-01-27T08:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Script</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570454#M212560</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;You can also set the ErrorMode= 0 : you will have an error, but that will not interrupt your process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may use also:&lt;/P&gt;&lt;P&gt;Tables:&lt;/P&gt;&lt;P&gt;SQLTables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to see the tables that have been read. But in your case, not sure, you will not have also an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 08:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570454#M212560</guid>
      <dc:creator />
      <dc:date>2014-01-27T08:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Script</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570455#M212561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simplest method: use Lookup() function. Returns NULL if nothing found and doesn't require you to create a new table that may or may not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;LET vLevisExists = Lookup('Brand_Name', 'Brand_Name', 'LEVIS', 'MenuTable');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF len(trim('$(vLevisExists)')) &amp;gt; 0 THEN&lt;/P&gt;&lt;P&gt;// Load Levis details table&lt;/P&gt;&lt;P&gt;END IF&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or something like this. Note that this works even if MenuTable doesn't exist...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 08:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570455#M212561</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-01-27T08:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Script</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570456#M212562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i can not set error mode to 0 because it will hide other valid reasons too .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 08:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570456#M212562</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-01-27T08:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Script</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570457#M212563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;do we have any function to find the reloaded tables in Qlikview .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 08:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570457#M212563</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-01-27T08:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Script</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570458#M212564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujeet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try using TableName() and TableNumber() functions for this.&amp;nbsp; Please find below example.&amp;nbsp; Table Number starts from 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Month&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Feb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Apr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; May&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jun&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Aug&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sep&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Oct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nov&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dec&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vTableNumber = TableNumber('Month');&lt;/P&gt;&lt;P&gt;LET vTableName = TableName(TableNumber('Month'));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, now vTableNumber&amp;nbsp; = 0 and vTableName&amp;nbsp; = Month after reloading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 08:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570458#M212564</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-27T08:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Script</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570459#M212565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jagan ,&lt;/P&gt;&lt;P&gt;I do not want to use this function in .&lt;/P&gt;&lt;P&gt;Well I am now going for macro.&lt;/P&gt;&lt;P&gt;thank You guys for your valuable reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 09:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570459#M212565</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-01-27T09:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Script</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570460#M212566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sujeet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your information qlikview server wont excecute the macro, hence if you are planing to schedule the exctractor then it will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 11:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-Script/m-p/570460#M212566</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2014-01-27T11:28:23Z</dc:date>
    </item>
  </channel>
</rss>

