<?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 VISIBLE HIDE OBJECT in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/VISIBLE-HIDE-OBJECT/m-p/202887#M60429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daniela,&lt;/P&gt;&lt;P&gt;Evaluate is a member of Document. So the call to Evaluate would use ActiveDocument.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if &lt;STRONG&gt;ActiveDocumet&lt;/STRONG&gt;.Evaluate(cp.GraphLayout.Frame.Show.Expression.v) then&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;-&lt;/EM&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Oct 2009 00:05:19 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2009-10-01T00:05:19Z</dc:date>
    <item>
      <title>VISIBLE HIDE OBJECT</title>
      <link>https://community.qlik.com/t5/QlikView/VISIBLE-HIDE-OBJECT/m-p/202884#M60426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV dir="ltr" id="result_box"&gt;Hello everyone!&lt;BR /&gt;I wanted to know how can I test with a macro, if an object is visible or not!&lt;BR /&gt;Thank you!&lt;BR /&gt;I await suggestions! [:'(]&lt;/DIV&gt;&lt;DIV dir="ltr"&gt;&lt;/DIV&gt;&lt;DIV dir="ltr"&gt;Daniela&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 15:38:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VISIBLE-HIDE-OBJECT/m-p/202884#M60426</guid>
      <dc:creator />
      <dc:date>2009-09-30T15:38:54Z</dc:date>
    </item>
    <item>
      <title>VISIBLE HIDE OBJECT</title>
      <link>https://community.qlik.com/t5/QlikView/VISIBLE-HIDE-OBJECT/m-p/202885#M60427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the object is hidden/shown by a Conditional Show, you can test the same expression with the Evaluate function. You can extract the conditional show expression from the object with something like:&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("id").GetProperties.GraphLayout.Frame.Show.Expression.v&lt;/P&gt;&lt;P&gt;although the exact call path may vary with the object type.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 16:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VISIBLE-HIDE-OBJECT/m-p/202885#M60427</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-09-30T16:28:29Z</dc:date>
    </item>
    <item>
      <title>VISIBLE HIDE OBJECT</title>
      <link>https://community.qlik.com/t5/QlikView/VISIBLE-HIDE-OBJECT/m-p/202886#M60428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob!&lt;BR /&gt;What you suggested is perfect!&lt;BR /&gt;Now the problem is to understand how to use education evaluate! I can not find even one example and in whatever way I feel, I always mistake!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set cp = Shtobj(i).GetProperties&lt;BR /&gt; if cp.GraphLayout.Frame.Show.Always = "Falso" then&lt;BR /&gt; msgbox(ObjCaption&amp;amp;" Condizione "&amp;amp;cp.GraphLayout.Frame.Show.Expression.v)&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;if cp.Evaluate(cp.GraphLayout.Frame.Show.Expression.v) then&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;msgbox(ObjCaption&amp;amp;" Condizione "&amp;amp;cp.GraphLayout.Frame.Show.Expression.v)&lt;BR /&gt; end if&lt;BR /&gt; end if&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Grazie!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Daniela&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 19:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VISIBLE-HIDE-OBJECT/m-p/202886#M60428</guid>
      <dc:creator />
      <dc:date>2009-09-30T19:00:57Z</dc:date>
    </item>
    <item>
      <title>VISIBLE HIDE OBJECT</title>
      <link>https://community.qlik.com/t5/QlikView/VISIBLE-HIDE-OBJECT/m-p/202887#M60429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daniela,&lt;/P&gt;&lt;P&gt;Evaluate is a member of Document. So the call to Evaluate would use ActiveDocument.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if &lt;STRONG&gt;ActiveDocumet&lt;/STRONG&gt;.Evaluate(cp.GraphLayout.Frame.Show.Expression.v) then&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;-&lt;/EM&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 00:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VISIBLE-HIDE-OBJECT/m-p/202887#M60429</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-10-01T00:05:19Z</dc:date>
    </item>
  </channel>
</rss>

