<?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 Text object ID in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-object-ID-in-expression/m-p/148374#M26691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;How Can I get the Object ID to use in an expression? E.g. I want to display the Object ID as hover text (help text).&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Eon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jul 2009 14:49:55 GMT</pubDate>
    <dc:creator>alerse</dc:creator>
    <dc:date>2009-07-03T14:49:55Z</dc:date>
    <item>
      <title>Text object ID in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Text-object-ID-in-expression/m-p/148374#M26691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;How Can I get the Object ID to use in an expression? E.g. I want to display the Object ID as hover text (help text).&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Eon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 14:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-object-ID-in-expression/m-p/148374#M26691</guid>
      <dc:creator>alerse</dc:creator>
      <dc:date>2009-07-03T14:49:55Z</dc:date>
    </item>
    <item>
      <title>Text object ID in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Text-object-ID-in-expression/m-p/148375#M26692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont know if you can fetch the Object ID with an expression, pretty sure you cant.&lt;/P&gt;&lt;P&gt;I declare all my help texts as variables (inside a qvs file), and then assign them to the appropriate objects. This way its a lot easier to replace strings that are present in more then one object help text, aswell as doing other changes (like spelling corrections).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 15:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-object-ID-in-expression/m-p/148375#M26692</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2009-07-03T15:00:57Z</dc:date>
    </item>
    <item>
      <title>Text object ID in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Text-object-ID-in-expression/m-p/148376#M26693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Blaise&lt;/P&gt;&lt;P&gt;Thanks for the reply. The real reason I want to use the ID is a bit more complex than just for a standard help text. Basically I need any unique field in the text object.&lt;/P&gt;&lt;P&gt;Currently I use variables at a few places (e.g. my code for the help text:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&lt;BR /&gt; =Maxstring(If([L1] = VarL1Out and Isnull([L2]),[HoverText])) &amp;amp; '. Actual: '&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;amp;Maxstring(If([L1] = VarL1Out and Isnull([L2]),[Actual])) &amp;amp; '. Target: '&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;amp;Maxstring(If([L1] = VarL1Out and Isnull([L2]),[Target]))&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;and for my calculated colour:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&lt;BR /&gt;=if(Maxstring(If([L1] = VarL1Out and Isnull([L2]),[Actual]))&amp;gt;Maxstring(If([L1] = VarL1Out and Isnull([L2]),[Target])),Green(),if(Maxstring(If([L1] = VarL1Out and Isnull([L2]),[Actual]))&amp;lt;Maxstring(If([L1] = VarL1Out and Isnull([L2]),[Target])),Red(),Yellow()))&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I thought that if I can change my Object ID to VarL1Out and use $(=objectID) as the variable (in this case VarL1Out) it will save me a lot of time if I want to duplicate this solution. THen I dont have to change the variables in all the places butonly in the object ID!&lt;/P&gt;&lt;P&gt;Hope this makes sense!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 15:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-object-ID-in-expression/m-p/148376#M26693</guid>
      <dc:creator>alerse</dc:creator>
      <dc:date>2009-07-03T15:19:12Z</dc:date>
    </item>
  </channel>
</rss>

