<?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: Re: Comment field - use in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Comment-field-use/m-p/629181#M231016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Test.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58716_Test.png" style="width: 620px; height: 388px;" /&gt;It can be seen in the Table viewer when you hover over the field name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2014 17:52:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-12T17:52:23Z</dc:date>
    <item>
      <title>Comment field - use</title>
      <link>https://community.qlik.com/t5/QlikView/Comment-field-use/m-p/629176#M231011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone plz let me know the use of Comment field keyword syntax in the script.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 07:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comment-field-use/m-p/629176#M231011</guid>
      <dc:creator />
      <dc:date>2014-05-12T07:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Comment field - use</title>
      <link>https://community.qlik.com/t5/QlikView/Comment-field-use/m-p/629177#M231012</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 using QlikView help instead bu QlikView F1 in your QlikViewapplication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below definition is from QlikView help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor401"&gt;&lt;/A&gt;Comment Field&lt;/H1&gt;&lt;P&gt;Provides a way of displaying the field comments (metadata) from databases and spreadsheets. Field names not present in the document will be ignored. If multiple occurrences of a field name are found, the last value is used. &lt;/P&gt;&lt;P&gt;The keyword can be used to read comments from a data source using the following syntax:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;comment &lt;/SPAN&gt;&lt;EM&gt;*fieldlist &lt;/EM&gt;&lt;SPAN class="Bold"&gt;using &lt;/SPAN&gt;&lt;EM&gt;mapname&lt;/EM&gt; &lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;&lt;EM&gt;*fieldlist&lt;/EM&gt; is a comma separated list of the fields to be commented. Using * as field list indicates all fields. The wildcard characters * and ? are allowed in field names. Quoting of field names may be necessary when wildcards are used.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;mapname&lt;/EM&gt; is the name of a mapping table previously read in a mapping load or mapping select statement (see &lt;A _jive_internal="true" class="MCXref_0" href="https://community.qlik.com/Mapping.htm"&gt;&lt;EM&gt;Mapping&lt;/EM&gt;&lt;/A&gt;). &lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The map table used should have two columns, the first containing field names and the second the comments. &lt;/P&gt;&lt;P&gt;To set individual comments the following syntax is used:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;comment &lt;/SPAN&gt;&lt;EM&gt;fieldname &lt;/EM&gt;&lt;SPAN class="Bold"&gt;with &lt;/SPAN&gt;&lt;EM&gt;comment&lt;/EM&gt; &lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;&lt;EM&gt;fieldname&lt;/EM&gt; is the name of the field that should be commented. &lt;/P&gt;&lt;P&gt;&lt;EM&gt;comment&lt;/EM&gt; is the comment that should be added to the field. &lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P class="example"&gt;Example 1:&lt;/P&gt;&lt;P class="Code"&gt;commentmap:&lt;/P&gt;&lt;P class="Code"&gt;mapping load * inline [&lt;/P&gt;&lt;P class="Code"&gt;a,b&lt;/P&gt;&lt;P class="Code"&gt;Alpha,This field contains text values&lt;/P&gt;&lt;P class="Code"&gt;Num,This field contains numeric values&lt;/P&gt;&lt;P class="Code"&gt;];&lt;/P&gt;&lt;P class="Code"&gt;comment fields using commentmap;&lt;/P&gt;&lt;P class="example"&gt;Example 2:&lt;/P&gt;&lt;P class="Code"&gt;comment field Alpha with AFieldContainingCharacters;&lt;/P&gt;&lt;P class="Code"&gt;comment field Num with A field containing numbers’;&lt;/P&gt;&lt;P class="Code"&gt;comment Gamma with 'Mickey Mouse field';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 08:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comment-field-use/m-p/629177#M231012</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-05-12T08:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Comment field - use</title>
      <link>https://community.qlik.com/t5/QlikView/Comment-field-use/m-p/629178#M231013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the below examples from the help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example1:&lt;/P&gt;&lt;P&gt;commentmap:&lt;/P&gt;&lt;P&gt;mapping load * inline [&lt;/P&gt;&lt;P&gt;a,b&lt;/P&gt;&lt;P&gt;Alpha,This field contains text values&lt;/P&gt;&lt;P&gt;Num,This field contains numeric values&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;comment fields using commentmap;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example2:&lt;/P&gt;&lt;P&gt;comment field Alpha with AFieldContainingCharacters;&lt;/P&gt;&lt;P&gt;comment field Num with A field containing numbers’;&lt;/P&gt;&lt;P&gt;comment Gamma with 'Mickey Mouse field';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 08:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comment-field-use/m-p/629178#M231013</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-12T08:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Comment field - use</title>
      <link>https://community.qlik.com/t5/QlikView/Comment-field-use/m-p/629179#M231014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I have gone through the example.. i wanted to know in whihc scenario this can be used and what could be the purpose of this Commnet field keyword in qlikview...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 08:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comment-field-use/m-p/629179#M231014</guid>
      <dc:creator />
      <dc:date>2014-05-12T08:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Comment field - use</title>
      <link>https://community.qlik.com/t5/QlikView/Comment-field-use/m-p/629180#M231015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Comment table and field is used to define the comments for the fields and nature of the fields in the table with its descriptions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you read the below document will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/448153"&gt;What is use of comment table and comment field statements?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 08:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comment-field-use/m-p/629180#M231015</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-12T08:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Comment field - use</title>
      <link>https://community.qlik.com/t5/QlikView/Comment-field-use/m-p/629181#M231016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Test.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58716_Test.png" style="width: 620px; height: 388px;" /&gt;It can be seen in the Table viewer when you hover over the field name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 17:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comment-field-use/m-p/629181#M231016</guid>
      <dc:creator />
      <dc:date>2014-05-12T17:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Comment field - use</title>
      <link>https://community.qlik.com/t5/QlikView/Comment-field-use/m-p/629182#M231017</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;This video may help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://youtu.be/ikoNWLhfaYs" title="http://youtu.be/ikoNWLhfaYs"&gt;Qlikview Add Comments to Tables by RFB 175 - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 18:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comment-field-use/m-p/629182#M231017</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-05-12T18:13:29Z</dc:date>
    </item>
  </channel>
</rss>

