<?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 Conditional display of sheet in version 8.5 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-display-of-sheet-in-version-8-5/m-p/171508#M41484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but if I use the sheet properties and then I change the selection by macro it seems tio lose the conditional expression.&lt;/P&gt;&lt;P&gt;For this reason I wan to tom tray to defibne the expression for conditional display by using a Imacro.&lt;/P&gt;&lt;P&gt;I've found this example&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;set mysheet=ActiveDocument.ActiveSheet&lt;BR /&gt;set sp=mysheet.GetProperties&lt;BR /&gt;sp.ShowAlways = false&lt;BR /&gt;sp.ShowExpression = "sum(Sales)&amp;gt;4000"&lt;BR /&gt;mysheet.SetProperties sp&lt;/P&gt;&lt;P style="text-align: left"&gt;but it don't work in my version.&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Mar 2010 07:49:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-09T07:49:36Z</dc:date>
    <item>
      <title>Conditional display of sheet in version 8.5</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-display-of-sheet-in-version-8-5/m-p/171506#M41482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible to use a macro for hide or display a sheet with conditional expression?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Master&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 16:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-display-of-sheet-in-version-8-5/m-p/171506#M41482</guid>
      <dc:creator />
      <dc:date>2010-03-08T16:07:42Z</dc:date>
    </item>
    <item>
      <title>Conditional display of sheet in version 8.5</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-display-of-sheet-in-version-8-5/m-p/171507#M41483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you right hand click and go to the sheet properties.. Then layout.. you can set your condition for being able to view the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 16:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-display-of-sheet-in-version-8-5/m-p/171507#M41483</guid>
      <dc:creator />
      <dc:date>2010-03-08T16:50:10Z</dc:date>
    </item>
    <item>
      <title>Conditional display of sheet in version 8.5</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-display-of-sheet-in-version-8-5/m-p/171508#M41484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but if I use the sheet properties and then I change the selection by macro it seems tio lose the conditional expression.&lt;/P&gt;&lt;P&gt;For this reason I wan to tom tray to defibne the expression for conditional display by using a Imacro.&lt;/P&gt;&lt;P&gt;I've found this example&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;set mysheet=ActiveDocument.ActiveSheet&lt;BR /&gt;set sp=mysheet.GetProperties&lt;BR /&gt;sp.ShowAlways = false&lt;BR /&gt;sp.ShowExpression = "sum(Sales)&amp;gt;4000"&lt;BR /&gt;mysheet.SetProperties sp&lt;/P&gt;&lt;P style="text-align: left"&gt;but it don't work in my version.&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 07:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-display-of-sheet-in-version-8-5/m-p/171508#M41484</guid>
      <dc:creator />
      <dc:date>2010-03-09T07:49:36Z</dc:date>
    </item>
  </channel>
</rss>

