<?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 Hide the Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-the-Object/m-p/735235#M263157</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i select (year and quarter) both object will show ,are else textbox will be hide&lt;/P&gt;&lt;P&gt;i tried this ex: year=1 and Quarter=1 in condition&lt;/P&gt;&lt;P&gt;These expression Not working any help from your side&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jul 2014 16:14:23 GMT</pubDate>
    <dc:creator>NavinReddy</dc:creator>
    <dc:date>2014-07-08T16:14:23Z</dc:date>
    <item>
      <title>Hide the Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-the-Object/m-p/735235#M263157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i select (year and quarter) both object will show ,are else textbox will be hide&lt;/P&gt;&lt;P&gt;i tried this ex: year=1 and Quarter=1 in condition&lt;/P&gt;&lt;P&gt;These expression Not working any help from your side&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 16:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-the-Object/m-p/735235#M263157</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-07-08T16:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-the-Object/m-p/735236#M263158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try =if(getselectedcount(year)&amp;gt;0 and getselectedcount(Quarter)&amp;gt;0,1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 16:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-the-Object/m-p/735236#M263158</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-07-08T16:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-the-Object/m-p/735237#M263159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wassenaar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply ts not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 16:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-the-Object/m-p/735237#M263159</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-07-08T16:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-the-Object/m-p/735238#M263160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post a sample document that demonstrates the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 16:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-the-Object/m-p/735238#M263160</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-07-08T16:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-the-Object/m-p/735239#M263161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wassenaar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your Help this experession working Fine&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="font-size: 8pt;"&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;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ) =1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&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;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ) =1 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 17:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-the-Object/m-p/735239#M263161</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-07-08T17:04:00Z</dc:date>
    </item>
  </channel>
</rss>

