<?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: Use technical fields in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-technical-fields-in-script/m-p/533816#M199411</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you cannot access the system fields during the script execution. They are created at the end of the script run when the data model is well defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there are a number of system functions, e.g. FieldName() and TableName() that you can access. Check the documentation or try to insert a function in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Script functions.png" class="jive-image" src="/legacyfs/online/50061_Script functions.png" style="width: 620px; height: 379px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Dec 2013 14:49:39 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2013-12-05T14:49:39Z</dc:date>
    <item>
      <title>Use technical fields in script</title>
      <link>https://community.qlik.com/t5/QlikView/Use-technical-fields-in-script/m-p/533814#M199409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to know if it's possible to use $Table and&amp;nbsp; $Field in load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thks&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 14:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-technical-fields-in-script/m-p/533814#M199409</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-05T14:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Use technical fields in script</title>
      <link>https://community.qlik.com/t5/QlikView/Use-technical-fields-in-script/m-p/533815#M199410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vincent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i don't know but here is an example found &lt;A href="http://qlikviewnotes.blogspot.fr/2011/02/qvd-questions-and-answers.html"&gt;http://qlikviewnotes.blogspot.fr/2011/02/qvd-questions-and-answers.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;to store all the table into QVDs (a QVD storing only one table, a loop on tables is necessary if you want to export everything).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 10pt; font-family: 'Courier New';"&gt;FOR&lt;/STRONG&gt; &lt;STRONG style="color: blue; font-size: 10pt; font-family: 'Courier New';"&gt;i&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; = 1 &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;to&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;NoOfTables&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 10pt; font-family: 'Courier New';"&gt;&amp;nbsp; LET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: grey; font-size: 10pt; font-family: 'Courier New';"&gt;vTableName&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;TableName&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: grey; font-size: 10pt; font-family: 'Courier New';"&gt;$(i)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;-1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 10pt; font-family: 'Courier New';"&gt;&amp;nbsp; LET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: grey; font-size: 10pt; font-family: 'Courier New';"&gt;vOutfile&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; = '$(vTableName).qvd';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 10pt; font-family: 'Courier New';"&gt;&amp;nbsp; STORE&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; [$(vTableName)] &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; [$(vOutfile)] (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 10pt; font-family: 'Courier New';"&gt;NEXT&lt;/STRONG&gt; &lt;STRONG style="color: blue; font-size: 10pt; font-family: 'Courier New';"&gt;i &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 10pt; font-family: 'Courier New';"&gt;Fabrice&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 14:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-technical-fields-in-script/m-p/533815#M199410</guid>
      <dc:creator />
      <dc:date>2013-12-05T14:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Use technical fields in script</title>
      <link>https://community.qlik.com/t5/QlikView/Use-technical-fields-in-script/m-p/533816#M199411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you cannot access the system fields during the script execution. They are created at the end of the script run when the data model is well defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there are a number of system functions, e.g. FieldName() and TableName() that you can access. Check the documentation or try to insert a function in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Script functions.png" class="jive-image" src="/legacyfs/online/50061_Script functions.png" style="width: 620px; height: 379px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 14:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-technical-fields-in-script/m-p/533816#M199411</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-12-05T14:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Use technical fields in script</title>
      <link>https://community.qlik.com/t5/QlikView/Use-technical-fields-in-script/m-p/533817#M199412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thks for replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm finaly using Loops with TableName() and FieldName()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 15:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-technical-fields-in-script/m-p/533817#M199412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-05T15:16:19Z</dc:date>
    </item>
  </channel>
</rss>

