<?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: Leaving a Sheet Event in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Leaving-a-Sheet-Event/m-p/515740#M1130343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi manish,&lt;/P&gt;&lt;P&gt;If ur issue has been resolved then plz mark Ravi's answer&amp;nbsp; as correct answer and close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Nov 2013 10:40:13 GMT</pubDate>
    <dc:creator>rajni_batra</dc:creator>
    <dc:date>2013-11-13T10:40:13Z</dc:date>
    <item>
      <title>Leaving a Sheet Event</title>
      <link>https://community.qlik.com/t5/QlikView/Leaving-a-Sheet-Event/m-p/515734#M1130337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a one very basic query. Suppose Sheet 2 is activated. When I activate Sheet 1, Sheet 2 should be hidden. On Sheet 2's properties what conditional expression should I write for Show, to achieve this. This should be very simple, but I am simply not able to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 05:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leaving-a-Sheet-Event/m-p/515734#M1130337</guid>
      <dc:creator>manpri7078</dc:creator>
      <dc:date>2013-11-13T05:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Leaving a Sheet Event</title>
      <link>https://community.qlik.com/t5/QlikView/Leaving-a-Sheet-Event/m-p/515735#M1130338</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do one thing, Create a Variable say vShoqHide&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Give default value as 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now create a button on both the sheets,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; on sheet1's Button, add action to set the variable value to 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; and go to sheet properties -&amp;gt; General -&amp;gt; Show Sheet -&amp;gt; Conditional&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Add expression as =if(vShowHide = 1,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now on sheet2's Button, add action to set the variable value to 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; and go to sheet properties -&amp;gt; General -&amp;gt; Show Sheet -&amp;gt; Conditional&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Add expression as =if(vShowHide = 2,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; For more clarification have a look at the attached example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 06:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leaving-a-Sheet-Event/m-p/515735#M1130338</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-11-13T06:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Leaving a Sheet Event</title>
      <link>https://community.qlik.com/t5/QlikView/Leaving-a-Sheet-Event/m-p/515736#M1130339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is also an another way,&lt;/P&gt;&lt;P&gt;create an inline table in edit script&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;No, Sheet&lt;EM&gt;ID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1,SH01&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2,SH02&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;No is just to denote, and Sheetid is the respective id of sheet1 and sheet2.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;now create a list box in both in sheets with the field 'No'&lt;/P&gt;&lt;P&gt;In Sheet1, give the condition as No=1&lt;/P&gt;&lt;P&gt;In sheet2, give the condition as No=2&lt;/P&gt;&lt;P&gt;U will get the expected result when the value 1 or 2 is clicked from the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nivethitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 08:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leaving-a-Sheet-Event/m-p/515736#M1130339</guid>
      <dc:creator>nivethitha</dc:creator>
      <dc:date>2013-11-13T08:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Leaving a Sheet Event</title>
      <link>https://community.qlik.com/t5/QlikView/Leaving-a-Sheet-Event/m-p/515737#M1130340</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;I agree with what you are saying or what Kaushik was also suggesting. I am clarifying my query a little bit more. In my document I have one sheet (SH01). In that sheet there is one clickable object which activates another sheet, say SH02 for in depth analysis. Now I wants that when I leaves that sheet (SH02) and returns to SH01, that sheet (SH02) gets hidden, until I again click on the clickable object in SH01, which should be permanently shown. Sheet SH02 will be displayed only when required if I click the clickable object on Sheet SH01 and not otherwise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I am able to put my query more clear now. Is this possible and if yes, how ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 09:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leaving-a-Sheet-Event/m-p/515737#M1130340</guid>
      <dc:creator>manpri7078</dc:creator>
      <dc:date>2013-11-13T09:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Leaving a Sheet Event</title>
      <link>https://community.qlik.com/t5/QlikView/Leaving-a-Sheet-Event/m-p/515738#M1130341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the attached one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 09:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leaving-a-Sheet-Event/m-p/515738#M1130341</guid>
      <dc:creator />
      <dc:date>2013-11-13T09:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Leaving a Sheet Event</title>
      <link>https://community.qlik.com/t5/QlikView/Leaving-a-Sheet-Event/m-p/515739#M1130342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your reply. It solved my problem and now I have been able to accomplish what I wants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 09:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leaving-a-Sheet-Event/m-p/515739#M1130342</guid>
      <dc:creator>manpri7078</dc:creator>
      <dc:date>2013-11-13T09:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Leaving a Sheet Event</title>
      <link>https://community.qlik.com/t5/QlikView/Leaving-a-Sheet-Event/m-p/515740#M1130343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi manish,&lt;/P&gt;&lt;P&gt;If ur issue has been resolved then plz mark Ravi's answer&amp;nbsp; as correct answer and close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 10:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leaving-a-Sheet-Event/m-p/515740#M1130343</guid>
      <dc:creator>rajni_batra</dc:creator>
      <dc:date>2013-11-13T10:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Leaving a Sheet Event</title>
      <link>https://community.qlik.com/t5/QlikView/Leaving-a-Sheet-Event/m-p/515741#M1130344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nice nivi &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 10:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leaving-a-Sheet-Event/m-p/515741#M1130344</guid>
      <dc:creator />
      <dc:date>2014-01-29T10:27:33Z</dc:date>
    </item>
  </channel>
</rss>

