<?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: Hide field comments in UI? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-field-comments-in-UI/m-p/484865#M181135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have another idea. Try using 'Section Access' in your load script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2014 21:12:54 GMT</pubDate>
    <dc:creator>iktrayanov</dc:creator>
    <dc:date>2014-01-08T21:12:54Z</dc:date>
    <item>
      <title>Hide field comments in UI?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-field-comments-in-UI/m-p/484859#M181129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've used the Comment Field and Comment Table commands successfully. That is, my scripted comments appear in the table viewer and in objects throughout the application where commented fields are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to control &lt;EM&gt;where&lt;/EM&gt; the comments 'pop up'? In some cases, a technical explanation of a field or table would be useful for a fellow developer viewing the model from table viewer, but I would not want the comment to appear when a business user mouses over a column label. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ellen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 19:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-field-comments-in-UI/m-p/484859#M181129</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2014-01-08T19:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hide field comments in UI?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-field-comments-in-UI/m-p/484860#M181130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably not the answer you want, but sometimes you just have to create text boxes with the comments, make the transparency so that there is no background, then place those text boxes where you want the comments to appear.&amp;nbsp; So far it is my experience that QV could do with some improvements to the way it labels, especially on bar charts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 19:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-field-comments-in-UI/m-p/484860#M181130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-08T19:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Hide field comments in UI?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-field-comments-in-UI/m-p/484861#M181131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a variable that is set by a button and then use If statements in your comments. Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 19:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-field-comments-in-UI/m-p/484861#M181131</guid>
      <dc:creator>iktrayanov</dc:creator>
      <dc:date>2014-01-08T19:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hide field comments in UI?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-field-comments-in-UI/m-p/484862#M181132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vShowComment = 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (vShowComment = 1, 'Comment', '')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 19:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-field-comments-in-UI/m-p/484862#M181132</guid>
      <dc:creator>iktrayanov</dc:creator>
      <dc:date>2014-01-08T19:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hide field comments in UI?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-field-comments-in-UI/m-p/484863#M181133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The If statement would be entered into each dimension/expression of each object using a commented field? I can't seem to find a setting at the document or sheet level to control whether or not comments brought in via load script can be turned on or off.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 19:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-field-comments-in-UI/m-p/484863#M181133</guid>
      <dc:creator>bullish35</dc:creator>
      <dc:date>2014-01-08T19:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hide field comments in UI?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-field-comments-in-UI/m-p/484864#M181134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the 'Show Information' action on a button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 20:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-field-comments-in-UI/m-p/484864#M181134</guid>
      <dc:creator>iktrayanov</dc:creator>
      <dc:date>2014-01-08T20:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hide field comments in UI?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-field-comments-in-UI/m-p/484865#M181135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have another idea. Try using 'Section Access' in your load script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 21:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-field-comments-in-UI/m-p/484865#M181135</guid>
      <dc:creator>iktrayanov</dc:creator>
      <dc:date>2014-01-08T21:12:54Z</dc:date>
    </item>
  </channel>
</rss>

