<?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 store system fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/store-system-fields/m-p/534331#M1133818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi all,&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;how can i store the system fields ( $Table,$Row,$Fields) into a table in the script?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;thanks&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;J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Oct 2013 09:08:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-10-28T09:08:25Z</dc:date>
    <item>
      <title>store system fields</title>
      <link>https://community.qlik.com/t5/QlikView/store-system-fields/m-p/534331#M1133818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi all,&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;how can i store the system fields ( $Table,$Row,$Fields) into a table in the script?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;thanks&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;J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 09:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-system-fields/m-p/534331#M1133818</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-28T09:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: store system fields</title>
      <link>https://community.qlik.com/t5/QlikView/store-system-fields/m-p/534332#M1133819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you could add something like this to the end of your script: (only done for table and fields but you could make use of the other system functions to add the remainder, like NoOfRows etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let ix = NoOfTables()-1;&lt;/P&gt;&lt;P&gt;for i= 0 to $(ix)&amp;nbsp; &lt;/P&gt;&lt;P&gt;let table_name = TableName($(i));&lt;/P&gt;&lt;P&gt;let jx = NoOfFields('$(table_name)');&lt;/P&gt;&lt;P&gt;for j= 1 to $(jx)&lt;/P&gt;&lt;P&gt;let column_name = FieldName($(j),'$(table_name)');&lt;/P&gt;&lt;P&gt;system:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;t,f&lt;/P&gt;&lt;P&gt;$(table_name),$(column_name)&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;next j;&lt;/P&gt;&lt;P&gt;next i;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 12:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-system-fields/m-p/534332#M1133819</guid>
      <dc:creator>sbaldwin</dc:creator>
      <dc:date>2013-10-28T12:15:33Z</dc:date>
    </item>
  </channel>
</rss>

