<?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 Creating Procedures in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569002#M479323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="font-family: 'book antiqua', palatino;"&gt;I have Created this procedure for Qvd Creation &amp;amp; Dropping original table but Dropping table function is not working can anyone give solution on it?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="font-family: 'book antiqua', palatino;"&gt;FOR&amp;nbsp; i = 1 to NoOfTables();&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="font-family: 'book antiqua', palatino;"&gt; let vtable=TableName($(i)-1);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="font-family: 'book antiqua', palatino;"&gt;let vname='$(vtable).qvd';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="font-family: 'book antiqua', palatino;"&gt; store $(vtable) into $(vtable).(qvd);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="font-family: 'book antiqua', palatino;"&gt; //DROP tables $(vtable) ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="font-family: 'book antiqua', palatino;"&gt; NEXT&amp;nbsp; i ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Feb 2014 12:17:35 GMT</pubDate>
    <dc:creator>sgg_gaikwad</dc:creator>
    <dc:date>2014-02-11T12:17:35Z</dc:date>
    <item>
      <title>Creating Procedures in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569002#M479323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="font-family: 'book antiqua', palatino;"&gt;I have Created this procedure for Qvd Creation &amp;amp; Dropping original table but Dropping table function is not working can anyone give solution on it?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="font-family: 'book antiqua', palatino;"&gt;FOR&amp;nbsp; i = 1 to NoOfTables();&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="font-family: 'book antiqua', palatino;"&gt; let vtable=TableName($(i)-1);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="font-family: 'book antiqua', palatino;"&gt;let vname='$(vtable).qvd';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="font-family: 'book antiqua', palatino;"&gt; store $(vtable) into $(vtable).(qvd);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="font-family: 'book antiqua', palatino;"&gt; //DROP tables $(vtable) ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="font-family: 'book antiqua', palatino;"&gt; NEXT&amp;nbsp; i ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 12:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569002#M479323</guid>
      <dc:creator>sgg_gaikwad</dc:creator>
      <dc:date>2014-02-11T12:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Procedures in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569003#M479324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that different things will NOT work:&lt;/P&gt;&lt;P&gt;1) DROP table $(vtable);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Because you drop table(s) into a loop, take care of index&lt;/P&gt;&lt;P&gt;TableName(counter) if the counter is incrementing and your tables decrementing, you will miss some tables&lt;/P&gt;&lt;P&gt;Same (but less sure) about NoOfTables() : I do not know if the number is evaluated once at the beginning or each time. In the second case, you need to store the number in a local variable before the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 12:23:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569003#M479324</guid>
      <dc:creator />
      <dc:date>2014-02-11T12:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Procedures in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569004#M479325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not quite sure if you want to drop all tables but if so then this is what I use.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;let&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;numTables&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoOfTables&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;();&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;for&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;i&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;to&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(numTables)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;tt&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TableName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(0);&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;drop&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; [$(tt)];&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;next&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 12:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569004#M479325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-11T12:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Procedures in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569005#M479326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nils,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It's Working but i need Single Procedure for Creating QVD &amp;amp; Dropping tables..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 13:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569005#M479326</guid>
      <dc:creator>sgg_gaikwad</dc:creator>
      <dc:date>2014-02-11T13:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Procedures in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569006#M479327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;I have created this statement:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Load tables from SQL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for&amp;nbsp; tabellen = 0 to NoOfRows('Database_tabellen') -1&lt;/P&gt;&lt;P&gt;let vDatabase_tabelnaam = peek('Table',tabellen,'Database_tabellen');&lt;/P&gt;&lt;P&gt;let vToQVDnaam = peek('QVD_naam',tabellen,'Database_tabellen');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set tablename = $(vToQVDnaam); //set variable for all additionale statements and logging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(vToQVDnaam):&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM $(databasename).$(databaseowner)."$(database_schema)$(vDatabase_tabelnaam)";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call store_routine;&lt;/P&gt;&lt;P&gt;TRACE ---------------------------------------------------------------------;&lt;/P&gt;&lt;P&gt;next tabellen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where the store routine is called:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sub store_routine&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;store $(tablename) into QVD\$(tablename).qvd (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;drop table $(tablename);&lt;/P&gt;&lt;P&gt;set tablename = ;&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I load from an external txt file the table name and give it a QVD name, without spaces. You can do that inline also.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The main difference is that I use Peek to extract the next table(name).&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 13:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569006#M479327</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2014-02-11T13:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Procedures in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569007#M479328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just change &lt;STRONG style="font-size: 16px; font-family: 'book antiqua', palatino; color: #3d3d3d;"&gt;$(i)-1&lt;/STRONG&gt; to &lt;STRONG style="color: #3d3d3d; font-size: 16px; font-style: inherit; font-family: 'book antiqua', palatino;"&gt;0&lt;/STRONG&gt; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: 'book antiqua', palatino;"&gt;FOR&amp;nbsp; i = 1 to NoOfTables();&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: 'book antiqua', palatino;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; let vtable=TableName(0);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: 'book antiqua', palatino;"&gt;let vname='$(vtable).qvd';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: 'book antiqua', palatino;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; store $(vtable) into $(vtable).(qvd);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: 'book antiqua', palatino;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DROP tables $(vtable) ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: 'book antiqua', palatino;"&gt;NEXT&amp;nbsp; i ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 13:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569007#M479328</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-02-11T13:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Procedures in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569008#M479329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ioannis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One question about the loop.&lt;/P&gt;&lt;P&gt;The numbers of loops is evaluated at the enter of the loop (as in VBA for ex) ? NoOfTables will change during the loop but the number of iteration will remain the same ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 14:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569008#M479329</guid>
      <dc:creator />
      <dc:date>2014-02-11T14:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Procedures in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569009#M479330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, number of iterations will remain the same.&lt;/P&gt;&lt;P&gt;it is just that when the 1st table is dropped, the remaining ones go one position back. So for example, if you have 2 tables, when you drop the first (tableName(0)), then the second will become first (tableName(1) will then be tableName(0)). That is why tableName(0) is dropped in every iteration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 16:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569009#M479330</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-02-11T16:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Procedures in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569010#M479331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Loannis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanx for the answer its working now..&lt;/P&gt;&lt;P&gt;Could you please tell me Can i Use subroutine within this Script..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 06:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569010#M479331</guid>
      <dc:creator>sgg_gaikwad</dc:creator>
      <dc:date>2014-02-12T06:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Procedures in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569011#M479332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can use subroutines into the script&lt;/P&gt;&lt;P&gt;Just, you need to write the code BEFORE the call of it (for example a tab before that groups all the sub routines)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 08:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569011#M479332</guid>
      <dc:creator />
      <dc:date>2014-02-12T08:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Procedures in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569012#M479333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I think Fabrice cowered your question. Classic syntax : Sub ... end sub and Call to call it in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 08:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/569012#M479333</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-02-12T08:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Procedures in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/1644245#M479334</link>
      <description>&lt;P&gt;Hi Sgg_gaikwad&lt;/P&gt;&lt;P&gt;&amp;nbsp; i am experiencing the same issue.Can you post a code for a single subroutine to store and drop qvds?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 12:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Procedures-in-Qlikview/m-p/1644245#M479334</guid>
      <dc:creator>KumaRan</dc:creator>
      <dc:date>2019-11-07T12:16:21Z</dc:date>
    </item>
  </channel>
</rss>

