<?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 Display if in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-if/m-p/176082#M44231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;can I display an object only if another object is maximized?&lt;BR /&gt;Problem is that I have an object that should be only shown in combination with another one.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Sep 2009 15:57:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-09-04T15:57:56Z</dc:date>
    <item>
      <title>Display if</title>
      <link>https://community.qlik.com/t5/QlikView/Display-if/m-p/176082#M44231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;can I display an object only if another object is maximized?&lt;BR /&gt;Problem is that I have an object that should be only shown in combination with another one.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2009 15:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-if/m-p/176082#M44231</guid>
      <dc:creator />
      <dc:date>2009-09-04T15:57:56Z</dc:date>
    </item>
    <item>
      <title>Display if</title>
      <link>https://community.qlik.com/t5/QlikView/Display-if/m-p/176083#M44232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What triggers the macro depends on the app, probably activating the sheet. I tried with a button.&lt;/P&gt;&lt;P&gt;Didn't use IsMaximized because it was not working with the chart in a normal position (such as after a Restore). If you really Maximize it full screen change.&lt;/P&gt;&lt;P&gt;I created a variable vSeeMee1. Added &lt;B&gt;vSeeMee1&lt;/B&gt;=1 as a conditional function to Show in the Presentation Tab&lt;/P&gt;&lt;P&gt;[code/]&lt;/P&gt;&lt;P&gt;sub maxim_maxim&lt;BR /&gt; set maxim1=ActiveDocument.GetSheetObject("CH01")&lt;BR /&gt; set v = ActiveDocument.Variables("vSeeMee1")&lt;/P&gt;&lt;P&gt;if (maxim1.IsMinimized=false) then&lt;BR /&gt; v.SetContent "1",true&lt;BR /&gt; else&lt;BR /&gt; v.SetContent "0",true&lt;BR /&gt; end if&lt;BR /&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2009 17:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-if/m-p/176083#M44232</guid>
      <dc:creator>eiconsulting</dc:creator>
      <dc:date>2009-09-04T17:57:59Z</dc:date>
    </item>
  </channel>
</rss>

