<?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 records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/records/m-p/1319449#M840797</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 want to show feilds which is having records along with table name.&lt;/P&gt;&lt;P&gt;In straight table,&lt;BR /&gt;tablename is the dimension and expression corresponding fields(which is having records)&lt;/P&gt;&lt;P&gt;How to accomplish this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>satishqlik</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>records</title>
      <link>https://community.qlik.com/t5/QlikView/records/m-p/1319449#M840797</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 want to show feilds which is having records along with table name.&lt;/P&gt;&lt;P&gt;In straight table,&lt;BR /&gt;tablename is the dimension and expression corresponding fields(which is having records)&lt;/P&gt;&lt;P&gt;How to accomplish this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/records/m-p/1319449#M840797</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: records</title>
      <link>https://community.qlik.com/t5/QlikView/records/m-p/1319450#M840798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this script from HELP at the end of the page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;For t = 0 to NoOfTables() - 1 //Iterate through the fields of table For f = 1 to NoOfFields(TableName($(t))) Tables: Load TableName($(t)) as Table, TableNumber(TableName($(t))) as TableNo, NoOfRows(TableName($(t))) as TableRows, FieldName($(f),TableName($(t))) as Field, FieldNumber(FieldName($(f),TableName($(t))),TableName($(t))) as FieldNo Autogenerate 1; Next f Next t;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/TableFunctions/table-functions.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/TableFunctions/table-functions.htm"&gt;Table functions ‒ QlikView&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 09:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/records/m-p/1319450#M840798</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-26T09:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: records</title>
      <link>https://community.qlik.com/t5/QlikView/records/m-p/1319451#M840800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System table fields will explain you about this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;New sheet object--&amp;gt;table box--&amp;gt;click the check box System fields-&lt;/STRONG&gt;-&amp;gt;add the below columns&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$Table,$Field,$Rows&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even &lt;STRONG&gt;straight table also you can add these fields&lt;/STRONG&gt; as it is and give &lt;STRONG&gt;expression&lt;/STRONG&gt; as &lt;STRONG&gt;=1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go to &lt;STRONG&gt;Presentation&lt;/STRONG&gt; tab and &lt;STRONG&gt;hide the expression column&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so that you will see only 3 columns table ,field name,Rows count&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 10:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/records/m-p/1319451#M840800</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2017-04-26T10:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: records</title>
      <link>https://community.qlik.com/t5/QlikView/records/m-p/1319452#M840801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a table with the field as shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161324_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 11:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/records/m-p/1319452#M840801</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2017-04-26T11:44:58Z</dc:date>
    </item>
  </channel>
</rss>

