<?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 How to know objects' show mode throuth macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-know-objects-show-mode-throuth-macro/m-p/225203#M500380</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;Is any way i can know the chart's show mode through macro.&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;There is a chart 'CH111', it will show or hiden depends on some selection. The show conditional is &lt;STRONG&gt;UserType = 'Teacher'&lt;/STRONG&gt; in layout property sheet. I wanna know currently the chart is shown or hiden through macro, so that i can change some setting of this chart. How to write the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Feb 2011 14:45:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-22T14:45:30Z</dc:date>
    <item>
      <title>How to know objects' show mode throuth macro</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-know-objects-show-mode-throuth-macro/m-p/225203#M500380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;Is any way i can know the chart's show mode through macro.&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;There is a chart 'CH111', it will show or hiden depends on some selection. The show conditional is &lt;STRONG&gt;UserType = 'Teacher'&lt;/STRONG&gt; in layout property sheet. I wanna know currently the chart is shown or hiden through macro, so that i can change some setting of this chart. How to write the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 14:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-know-objects-show-mode-throuth-macro/m-p/225203#M500380</guid>
      <dc:creator />
      <dc:date>2011-02-22T14:45:30Z</dc:date>
    </item>
    <item>
      <title>AW:How to know objects' show mode throuth macro</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-know-objects-show-mode-throuth-macro/m-p/225204#M500381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maggie,&lt;/P&gt;&lt;P&gt;try the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set mybox = ActiveDocument.GetSheetObject("LB01")&lt;/P&gt;&lt;P&gt;mbp = mybox.GetProperties&lt;/P&gt;&lt;P&gt;if mbp.Layout.Frame.ShowMode = 0 then msgbox("minimized")&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Unfortunately I didn't find and overview what 1, 2 etc. may mean, but I am sure you'll will figure it out.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;cheers&lt;/DIV&gt;&lt;DIV&gt;Florian&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 15:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-know-objects-show-mode-throuth-macro/m-p/225204#M500381</guid>
      <dc:creator />
      <dc:date>2011-02-22T15:58:34Z</dc:date>
    </item>
  </channel>
</rss>

