<?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 Re: How to use GetActiveSheetID() to hide a conditional chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-GetActiveSheetID-to-hide-a-conditional-chart/m-p/506684#M552045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; I think I have some other issue that is causing this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I'll try to explain.&amp;nbsp; There are 4 tabs (sheets) in this document.&amp;nbsp; The conditional charts are only supposed to show up on Sheet 4.&amp;nbsp; Instead, they show up on tab 2, 3 and 4 when the condition is met.&amp;nbsp; this still happens even when I add the&lt;/P&gt;&lt;P&gt;getactivesheetid() =&amp;nbsp; 'Document\SH04'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copied Sheet 2 to make Sheet 3 &amp;amp; 4.&amp;nbsp; Note that the box doesn't show up on Sheet 1.&amp;nbsp; So, I feel like there is some condition that I created when copying the sheets that is causing or contributing to the issue.&amp;nbsp; Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Oct 2013 20:18:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-22T20:18:10Z</dc:date>
    <item>
      <title>How to use GetActiveSheetID() to hide a conditional chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-GetActiveSheetID-to-hide-a-conditional-chart/m-p/506682#M552043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - first time poster here and still pretty new to the wonderful world of QV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a chart which I'm using as a "drill" so it only appears when the user makes a certain selection.&amp;nbsp; The expression is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;len(getFieldSelections(Question)) &amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, this makes the chart visible across all 4 sheets in my QVW.&amp;nbsp; I only want it to appear on the "home" sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought adding the condition GetActiveSheetID() = 'SH04' to the above would do the trick but it didn't work.&amp;nbsp;&amp;nbsp;&amp;nbsp; The sheet is always hidden in that case even though I verified that the sheet ID is SH04 (at least that is what the properties tells me it is)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I barking up the wrong tree?&amp;nbsp; Is there a way to find out the value of GetActiveSheetID() is at any given time?&amp;nbsp; Is there a better way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 19:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-GetActiveSheetID-to-hide-a-conditional-chart/m-p/506682#M552043</guid>
      <dc:creator />
      <dc:date>2013-10-22T19:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use GetActiveSheetID() to hide a conditional chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-GetActiveSheetID-to-hide-a-conditional-chart/m-p/506683#M552044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetActiveSheetId() gives Document/SH04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i think you want to use like this&lt;/P&gt;&lt;P&gt;=GetActiveSheetId() = 'Document\SH02' and GetSelectedCount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Question&lt;/SPAN&gt;) &amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;this makes the chart visible across all 4 sheets in my QVW.&amp;nbsp; I only want it to appear on the "home" sheet.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain in detail. Its make little bit confusion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 20:03:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-GetActiveSheetID-to-hide-a-conditional-chart/m-p/506683#M552044</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-10-22T20:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to use GetActiveSheetID() to hide a conditional chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-GetActiveSheetID-to-hide-a-conditional-chart/m-p/506684#M552045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; I think I have some other issue that is causing this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I'll try to explain.&amp;nbsp; There are 4 tabs (sheets) in this document.&amp;nbsp; The conditional charts are only supposed to show up on Sheet 4.&amp;nbsp; Instead, they show up on tab 2, 3 and 4 when the condition is met.&amp;nbsp; this still happens even when I add the&lt;/P&gt;&lt;P&gt;getactivesheetid() =&amp;nbsp; 'Document\SH04'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copied Sheet 2 to make Sheet 3 &amp;amp; 4.&amp;nbsp; Note that the box doesn't show up on Sheet 1.&amp;nbsp; So, I feel like there is some condition that I created when copying the sheets that is causing or contributing to the issue.&amp;nbsp; Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 20:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-GetActiveSheetID-to-hide-a-conditional-chart/m-p/506684#M552045</guid>
      <dc:creator />
      <dc:date>2013-10-22T20:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to use GetActiveSheetID() to hide a conditional chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-GetActiveSheetID-to-hide-a-conditional-chart/m-p/506685#M552046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 20:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-GetActiveSheetID-to-hide-a-conditional-chart/m-p/506685#M552046</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-10-22T20:50:53Z</dc:date>
    </item>
  </channel>
</rss>

