<?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: Multiple sheets visible as per the seelction? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-sheets-visible-as-per-the-seelction/m-p/404100#M150329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have changed the way variable storing the values,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the attached solution will work and help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Venakt T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2013 09:52:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-07T09:52:42Z</dc:date>
    <item>
      <title>Multiple sheets visible as per the seelction?</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-sheets-visible-as-per-the-seelction/m-p/404097#M150326</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 field(Property), as per the values i am creating number of sheets with same names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have done something like as per the no.of values seelction from the field,i am showing the corresponding sheets.But some problem is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your reference,I am attaching a sample application.Please go through it and send your responses to make it correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&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>Tue, 05 Feb 2013 09:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-sheets-visible-as-per-the-seelction/m-p/404097#M150326</guid>
      <dc:creator />
      <dc:date>2013-02-05T09:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple sheets visible as per the seelction?</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-sheets-visible-as-per-the-seelction/m-p/404098#M150327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the following conditional expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SubStringCount(Concat('#' &amp;amp; Property &amp;amp; '#', '|'), '#Lux#')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached you also have the modified document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 11:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-sheets-visible-as-per-the-seelction/m-p/404098#M150327</guid>
      <dc:creator />
      <dc:date>2013-02-05T11:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple sheets visible as per the seelction?</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-sheets-visible-as-per-the-seelction/m-p/404099#M150328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is good but the default sheet should be "Main" when nothing was selected from "Property".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have modified the condition like &lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubStringCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('#' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Property&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;0,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Property&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp; '#', '|')), '#Lux#') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Juan Gerardo Cabeza wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following conditional expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SubStringCount(Concat('#' &amp;amp; Property &amp;amp; '#', '|'), '#Lux#')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached you also have the modified document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JG&lt;/P&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 12:36:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-sheets-visible-as-per-the-seelction/m-p/404099#M150328</guid>
      <dc:creator />
      <dc:date>2013-02-05T12:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple sheets visible as per the seelction?</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-sheets-visible-as-per-the-seelction/m-p/404100#M150329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have changed the way variable storing the values,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the attached solution will work and help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Venakt T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 09:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-sheets-visible-as-per-the-seelction/m-p/404100#M150329</guid>
      <dc:creator />
      <dc:date>2013-02-07T09:52:42Z</dc:date>
    </item>
  </channel>
</rss>

