<?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: Table Comment missing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617515#M227556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Trace&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Apr 2014 08:51:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-09T08:51:48Z</dc:date>
    <item>
      <title>Table Comment missing</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617513#M227554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I like to use 'COMMENT TABLE WITH' as a way to clarify the content and structure of a table, especially when it has been LOADed from several sources or in a specific way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg. COMMENT TABLE Main WITH 'This is the Main table of data';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works well, but what is the syntax for the comment string? I have just added a long comment over several lines, which did not cause a script error, but has not appeared with the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 08:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617513#M227554</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2014-04-09T08:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table Comment missing</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617514#M227555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try below, it works for me&lt;/P&gt;&lt;P&gt;COMMENT TABLE TableName WITH 'This is the Main table of data,&lt;/P&gt;&lt;P&gt;a&lt;/P&gt;&lt;P&gt;b&lt;/P&gt;&lt;P&gt;This is the Main table of data.';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 08:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617514#M227555</guid>
      <dc:creator />
      <dc:date>2014-04-09T08:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Table Comment missing</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617515#M227556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Trace&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 08:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617515#M227556</guid>
      <dc:creator />
      <dc:date>2014-04-09T08:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Table Comment missing</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617516#M227557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u want to debug each and every table one by one mean use &lt;/P&gt;&lt;P&gt;exit script; at the end of the table u dont need to comment all the other table in other sheet and alll&lt;/P&gt;&lt;P&gt;what exit script do is when it comes to exit script line it will omit all the other table and lines&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 09:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617516#M227557</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-04-09T09:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Table Comment missing</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617517#M227558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...this works:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; COMMENT &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TABLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Operators &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WITH&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;BR /&gt;'Records the activity of each call centre operator, booking and quotes.'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;...this DOESN'T work (comment does not show):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; COMMENT &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TABLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Telephones &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WITH&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;BR /&gt;'Records the phone activity of each call centre operator.'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;These seem identical to me apart from the obvious table names etc. which I have checked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I wondered if the position of the statement within the script is important?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 09:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617517#M227558</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2014-04-09T09:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table Comment missing</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617518#M227559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure that this is not mis-spelled or in a section of script that is not run? I have tried and can see that COMMENT statement can be put in at any position in the script but does not come up with an error if you mis-spell the table name. Sorry to search for the obvious.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 09:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617518#M227559</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2014-04-09T09:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Table Comment missing</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617519#M227560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rupert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for taking the time. The 'obvious' is often helpful because we tend to miss it when we're dealing with more complicated stuff !&lt;/P&gt;&lt;P&gt;However, I can be sure that this section of script is run (and have anyway included a TRACE as someone else suggested), and I have double-checked the spelling.&lt;/P&gt;&lt;P&gt;Maybe I will just ignore the issue - its only documentation after all &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 09:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617519#M227560</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2014-04-09T09:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table Comment missing</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617520#M227561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a thought-&amp;nbsp; what happens when you remove the comma from the first comment, i.e. &lt;EM&gt;'Records the activity of each call centre operator booking and quotes.&lt;/EM&gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it then appear?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 09:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617520#M227561</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-04-09T09:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Table Comment missing</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617521#M227562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;position is not important, what I think important is the table name, otherwise the comment will not display.(if table name is wrong, it won't raise error.)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 09:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617521#M227562</guid>
      <dc:creator />
      <dc:date>2014-04-09T09:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Table Comment missing</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617522#M227563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for taking a look.&lt;/P&gt;&lt;P&gt;In my script, the first comment (ie. the one with the comma) &lt;SPAN style="text-decoration: underline;"&gt;does&lt;/SPAN&gt; appear OK. So I guess commas don't matter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 09:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617522#M227563</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2014-04-09T09:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table Comment missing</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617523#M227564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;I have found out the hard way that spelling is important, because a mis-spelt table name doesn't give an error.&lt;/P&gt;&lt;P&gt;I will check my spell once more &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 09:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Comment-missing/m-p/617523#M227564</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2014-04-09T09:47:45Z</dc:date>
    </item>
  </channel>
</rss>

