<?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 Loading only Field Names with no data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-only-Field-Names-with-no-data/m-p/311020#M1180371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;How are you all?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please tell me how do I load only the fieldnames in a table from a resident table.&lt;/P&gt;&lt;P&gt;I need no data. All I need are the fieldnames(Names allocated in the resident table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jan 2012 00:39:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-01-27T00:39:05Z</dc:date>
    <item>
      <title>Loading only Field Names with no data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-only-Field-Names-with-no-data/m-p/311020#M1180371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;How are you all?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please tell me how do I load only the fieldnames in a table from a resident table.&lt;/P&gt;&lt;P&gt;I need no data. All I need are the fieldnames(Names allocated in the resident table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 00:39:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-only-Field-Names-with-no-data/m-p/311020#M1180371</guid>
      <dc:creator />
      <dc:date>2012-01-27T00:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Loading only Field Names with no data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-only-Field-Names-with-no-data/m-p/311021#M1180373</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;there are a couple of helpful functions you'll find in the Table&lt;/P&gt;&lt;P&gt;Functions section of the Reference Manual:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*	&lt;/P&gt;&lt;P&gt;	FieldName(n,'TableName') - gives you the name of the (n)th field&lt;/P&gt;&lt;P&gt;in your table.&lt;/P&gt;&lt;P&gt;*	&lt;/P&gt;&lt;P&gt;	NoOfFields('TableName') - gives you the number of fields in your&lt;/P&gt;&lt;P&gt;table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you should be able to use these together to load-in the names of all&lt;/P&gt;&lt;P&gt;your table's fields.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Angus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 02:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-only-Field-Names-with-no-data/m-p/311021#M1180373</guid>
      <dc:creator>gussfish</dc:creator>
      <dc:date>2012-01-27T02:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Loading only Field Names with no data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-only-Field-Names-with-no-data/m-p/311022#M1180375</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;Try Below Script&amp;nbsp; helpful&amp;nbsp;&amp;nbsp; for U&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * Resident tablename&amp;nbsp; where 1=2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Perumal.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 07:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-only-Field-Names-with-no-data/m-p/311022#M1180375</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2012-01-27T07:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Loading only Field Names with no data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-only-Field-Names-with-no-data/m-p/311023#M1180376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The where clause &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where RecNo() = 0;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;also worked to load only tables and fields with no data and returned this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="28-01-2012 17-39-42.png" class="jive-image-thumbnail jive-image" height="39" onclick="" src="https://community.qlik.com/legacyfs/online/10755_28-01-2012+17-39-42.png" width="533" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to work with the table names and field names in QV objects (i.e. list boxes) then use $Table and $Field system fields.&lt;/P&gt;&lt;P&gt;In this example I counted number of unique values in each field.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="28-01-2012 17-32-55.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/10754_28-01-2012+17-32-55.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2012 17:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-only-Field-Names-with-no-data/m-p/311023#M1180376</guid>
      <dc:creator />
      <dc:date>2012-01-28T17:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Loading only Field Names with no data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-only-Field-Names-with-no-data/m-p/311024#M1180377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much. That was the answer I was looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 21:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-only-Field-Names-with-no-data/m-p/311024#M1180377</guid>
      <dc:creator />
      <dc:date>2012-01-30T21:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Loading only Field Names with no data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-only-Field-Names-with-no-data/m-p/311025#M1180378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Angus, so much. You answer was really helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 21:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-only-Field-Names-with-no-data/m-p/311025#M1180378</guid>
      <dc:creator />
      <dc:date>2012-01-30T21:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Loading only Field Names with no data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-only-Field-Names-with-no-data/m-p/311026#M1180379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pavol fpr your prompt response. You suggestion worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 21:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-only-Field-Names-with-no-data/m-p/311026#M1180379</guid>
      <dc:creator />
      <dc:date>2012-01-30T21:46:14Z</dc:date>
    </item>
  </channel>
</rss>

