<?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: What's with COMMENT USING? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-s-with-COMMENT-USING/m-p/501672#M690971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, the docs seems to be incorrect here (that's not the single instance you've found).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you should use it like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMMENT FIELDS USING FieldCommentMappingTable;&lt;/P&gt;&lt;P&gt;COMMENT TABLES USING TableCommentMappingTable;&lt;/P&gt;&lt;P&gt;TAG FIELDS USING FieldTagMappingTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMHO, there is no real use in defining the fields / tables to comment like COMMENT FIELDA, FIELDB USING .. when using a mapping table (which defines the fields / table names anyway).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Oct 2013 08:25:19 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-10-02T08:25:19Z</dc:date>
    <item>
      <title>What's with COMMENT USING?</title>
      <link>https://community.qlik.com/t5/QlikView/What-s-with-COMMENT-USING/m-p/501671#M690970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;There seems to be a large discrepancy between some accepted QlikView scripting statements, and the Help &amp;amp; Reference Manual specifications for the same. For instance, the QV Help for COMMENT FIELDS says this (11.20 SR3):&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Help_CommentFields.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/47124_Help_CommentFields.jpg" style="width: 620px; height: 407px;" /&gt;&lt;/P&gt;&lt;P&gt;The COMMENT WITH spec seems to be OK.&lt;/P&gt;&lt;P&gt;However, COMMENT USING has some issues... For example, the following doesn't work. It's not even accepted by the syntax checker:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;COMMENT C,D USING MapFieldComments;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;although IMHO it conforms to the description. The thing that does work is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;COMMENT FIELDS USING MapFieldComments;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but that one is nowhere to be found in the specifications. And it has a pretty wide impact.&lt;/P&gt;&lt;P&gt;For a few other examples, see the document below:&lt;/P&gt;&lt;P&gt;Oh, and TAG and who knows how many others seem to have the issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone knows what's happening or what I'm doing wrong? Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 07:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-s-with-COMMENT-USING/m-p/501671#M690970</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2013-10-02T07:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: What's with COMMENT USING?</title>
      <link>https://community.qlik.com/t5/QlikView/What-s-with-COMMENT-USING/m-p/501672#M690971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, the docs seems to be incorrect here (that's not the single instance you've found).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you should use it like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMMENT FIELDS USING FieldCommentMappingTable;&lt;/P&gt;&lt;P&gt;COMMENT TABLES USING TableCommentMappingTable;&lt;/P&gt;&lt;P&gt;TAG FIELDS USING FieldTagMappingTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMHO, there is no real use in defining the fields / tables to comment like COMMENT FIELDA, FIELDB USING .. when using a mapping table (which defines the fields / table names anyway).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 08:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-s-with-COMMENT-USING/m-p/501672#M690971</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-02T08:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: What's with COMMENT USING?</title>
      <link>https://community.qlik.com/t5/QlikView/What-s-with-COMMENT-USING/m-p/501673#M690972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree with your opinion on usability. But then it's not what works that interests me (we get out of these QlikView situations in any case - thank god for that) but what I have to parse to be able to understand all of QlikView load scripts. Building tools is a bit more difficult than writing functioning scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgrds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS a while ago, I submitted an idea to make the QlikView documentation (especially the scripting part) more of an on-line self-correcting, partially user-submitted knowledge base that may include the best of the community examples. You can check it out &lt;A _jive_internal="true" href="https://community.qlik.com/ideas/2832"&gt;here&lt;/A&gt; (&lt;A _jive_internal="true" href="https://community.qlik.com/ideas/2832" title="http://community.qlik.com/ideas/2832"&gt;http://community.qlik.com/ideas/2832&lt;/A&gt;), and vote if you like it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 07:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-s-with-COMMENT-USING/m-p/501673#M690972</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2013-10-10T07:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: What's with COMMENT USING?</title>
      <link>https://community.qlik.com/t5/QlikView/What-s-with-COMMENT-USING/m-p/501674#M690973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just voted up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tend to nag from time to time about QV documentation, I think your idea would be really a big step forward.&lt;/P&gt;&lt;P&gt;Besides that, I recommend Henrics QV design blog postings, where you can get more insight into QV inner mechanics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck with trying to understand all QV load scripts, IMHO QV is not as consistent and logical as you expect it.&lt;/P&gt;&lt;P&gt;And the documentation is - say - improvable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 09:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-s-with-COMMENT-USING/m-p/501674#M690973</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-10T09:30:04Z</dc:date>
    </item>
  </channel>
</rss>

