<?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: Access the Comment in any expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Access-the-Comment-in-any-expression/m-p/913470#M986310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately qv had not implemented an object-API within the gui so that a reference like the following would work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;me.ObjectID&lt;/P&gt;&lt;P&gt;me.Name&lt;/P&gt;&lt;P&gt;me.ParentID&lt;/P&gt;&lt;P&gt;me.Properties&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general you could get such informations per vbscript but it would be need a lot of efforts to build a stable solution with macro-triggers or the enabling of macro-functions within gui-objects. Beside them see: &lt;A href="https://community.qlik.com/qlik-blogpost/3700"&gt;Macros are Bad&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore you will need some workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jul 2015 08:39:43 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2015-07-24T08:39:43Z</dc:date>
    <item>
      <title>Access the Comment in any expression</title>
      <link>https://community.qlik.com/t5/QlikView/Access-the-Comment-in-any-expression/m-p/913466#M986302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I get the value of the comment line in code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a given expression I want to be able to get the Value of the&lt;/P&gt;&lt;P&gt;"Comment"&lt;/P&gt;&lt;P&gt;or the value of the label? without knowing the column number.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 07:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-the-Comment-in-any-expression/m-p/913466#M986302</guid>
      <dc:creator>sgrice</dc:creator>
      <dc:date>2015-07-24T07:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Access the Comment in any expression</title>
      <link>https://community.qlik.com/t5/QlikView/Access-the-Comment-in-any-expression/m-p/913467#M986303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without knowing the column number or the label, how do you want to tell QV which expression to look for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 08:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-the-Comment-in-any-expression/m-p/913467#M986303</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-24T08:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Access the Comment in any expression</title>
      <link>https://community.qlik.com/t5/QlikView/Access-the-Comment-in-any-expression/m-p/913468#M986306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because the expression can access the row above below. SO it can self reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how can I get it's own Comment or Label?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 08:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-the-Comment-in-any-expression/m-p/913468#M986306</guid>
      <dc:creator>sgrice</dc:creator>
      <dc:date>2015-07-24T08:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Access the Comment in any expression</title>
      <link>https://community.qlik.com/t5/QlikView/Access-the-Comment-in-any-expression/m-p/913469#M986308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is a QV function to access these information within an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can duplicate the label / comment in the expression or reference the same source (e.g. a variable).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you want to do with these information in the expression, maybe there are some alternatives?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 08:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-the-Comment-in-any-expression/m-p/913469#M986308</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-24T08:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Access the Comment in any expression</title>
      <link>https://community.qlik.com/t5/QlikView/Access-the-Comment-in-any-expression/m-p/913470#M986310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately qv had not implemented an object-API within the gui so that a reference like the following would work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;me.ObjectID&lt;/P&gt;&lt;P&gt;me.Name&lt;/P&gt;&lt;P&gt;me.ParentID&lt;/P&gt;&lt;P&gt;me.Properties&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general you could get such informations per vbscript but it would be need a lot of efforts to build a stable solution with macro-triggers or the enabling of macro-functions within gui-objects. Beside them see: &lt;A href="https://community.qlik.com/qlik-blogpost/3700"&gt;Macros are Bad&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore you will need some workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 08:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Access-the-Comment-in-any-expression/m-p/913470#M986310</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-07-24T08:39:43Z</dc:date>
    </item>
  </channel>
</rss>

