<?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: Hide and Show using Text or Button Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800276#M1029668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your quick reply. This is not what i'm looking for.Please read my requirement. I'm asking about three tables and three charts.&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;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Feb 2015 05:59:48 GMT</pubDate>
    <dc:creator>krishna20</dc:creator>
    <dc:date>2015-02-13T05:59:48Z</dc:date>
    <item>
      <title>Hide and Show using Text or Button Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800274#M1029666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a&amp;nbsp; Single text or button object how can we do hide and show of three tables and three charts. For Eg; By Default Produt wise details table and graph should be shown. When clicks on the text or button object Products should hide and Portals should be appear.On another click Business Source &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Details should be shown. I understood that we need to apply" If else If" condition over here.I tried much but no luck. In the image i'm showing with container.It's not required.Just normal hide&amp;nbsp; and show i'm expecting. By using container we can't achieve this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the below attachment for clear understanding highlighted with colors. Please anyone suggest me how to achieve it.&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;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 05:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800274#M1029666</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-02-13T05:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show using Text or Button Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800275#M1029667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use a variable to indicate show/hide condition and then use it in the action of textbox. Same variable will be used in Show condition of Chart. Pls check attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 05:54:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800275#M1029667</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-02-13T05:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show using Text or Button Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800276#M1029668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your quick reply. This is not what i'm looking for.Please read my requirement. I'm asking about three tables and three charts.&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;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 05:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800276#M1029668</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-02-13T05:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show using Text or Button Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800277#M1029669</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;Set up the button action to set a variable - lets call it vState for this example. Set the action expression to be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Mod(vState + 1, 3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then set the conditional display for each chart and table to be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =vState = 0&amp;nbsp; ( for Products )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =vState = 1&amp;nbsp; ( for Portals )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =vState = 2&amp;nbsp; ( for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Business Source &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Details )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 06:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800277#M1029669</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-02-13T06:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show using Text or Button Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800278#M1029670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the attached sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 06:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800278#M1029670</guid>
      <dc:creator>AbhijitBansode</dc:creator>
      <dc:date>2015-02-13T06:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show using Text or Button Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800279#M1029671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Please find attached file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 06:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800279#M1029671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-13T06:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show using Text or Button Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800280#M1029672</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;PFA, I have tried it with two objects.hope this may help to fix your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 06:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800280#M1029672</guid>
      <dc:creator />
      <dc:date>2015-02-13T06:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show using Text or Button Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800281#M1029673</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;This &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Mod(vState + 1, 3) is not working. I don't know why. I have checked with both button and text object. The objects are hiding but not showing when clicks on the button.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with the below conditions in the layout tab as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(vstate=1,1,0)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=vstate=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, let me know what may be the reason&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;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 07:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800281#M1029673</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-02-13T07:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show using Text or Button Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800282#M1029674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 08:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800282#M1029674</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-02-13T08:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show using Text or Button Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800283#M1029675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Field names and variable names are case sensitive in QV, so vstate and vState are two different variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 08:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800283#M1029675</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-02-13T08:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show using Text or Button Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800284#M1029676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try abc.qvw...its the same as ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 08:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800284#M1029676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-13T08:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show using Text or Button Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800285#M1029677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Tried based on that only. Its working for you and not me.. Don't know.. I have applied the same things which you have used.&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;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 08:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800285#M1029677</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-02-13T08:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show using Text or Button Object</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800286#M1029678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u share ur sample qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 08:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-using-Text-or-Button-Object/m-p/800286#M1029678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-13T08:46:05Z</dc:date>
    </item>
  </channel>
</rss>

