<?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 show/hide objects in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/show-hide-objects/m-p/24503#M511053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have 4 objects and 2 button &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 is text object and 2 is search object &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want when i click on show/hide1 button then want to hide 2 search object and show 2 textbox and when i click on &lt;/P&gt;&lt;P&gt;show/hide2 button then want to hide 2 text object and show 2 search object &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how i do this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2018 07:34:09 GMT</pubDate>
    <dc:creator>capriconuser</dc:creator>
    <dc:date>2018-04-12T07:34:09Z</dc:date>
    <item>
      <title>show/hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/show-hide-objects/m-p/24503#M511053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have 4 objects and 2 button &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 is text object and 2 is search object &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want when i click on show/hide1 button then want to hide 2 search object and show 2 textbox and when i click on &lt;/P&gt;&lt;P&gt;show/hide2 button then want to hide 2 text object and show 2 search object &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how i do this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 07:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-hide-objects/m-p/24503#M511053</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2018-04-12T07:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: show/hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/show-hide-objects/m-p/24504#M511054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;you can create a variable&lt;/P&gt;&lt;P&gt;then on text button, create an action which sets this variable to , let's say , 1&lt;/P&gt;&lt;P&gt;and add conditional expressions to show search object depending on the value of the variable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 07:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-hide-objects/m-p/24504#M511054</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-04-12T07:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: show/hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/show-hide-objects/m-p/24505#M511055</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;In your button action: Set Variable vshow as 1 in the first button and 2 in the second button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the textboxes, in the Layout setting, choose conditional and apply the following condition:&lt;/P&gt;&lt;P&gt;if(vshow = 1, 1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;For the Search objects, in the Layout setting, choose conditional and apply the following condition:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(vshow = 2, 1,0)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;See the attached QVW.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Rgds,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Benazir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 07:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-hide-objects/m-p/24505#M511055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-12T07:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: show/hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/show-hide-objects/m-p/24506#M511056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi thankus for your answer here i want when i open file then first want to display all objects by default&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like here when i open file search object is hide where as first i want to show objects and when click on show/hide1 then want to hide search object &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 07:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-hide-objects/m-p/24506#M511056</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2018-04-12T07:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: show/hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/show-hide-objects/m-p/24507#M511057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and one thing will you please explain this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;if(vshow = 1, 1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;and &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(vshow = 2 1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; 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-size: 13px; 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-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;here how this works&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 08:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-hide-objects/m-p/24507#M511057</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2018-04-12T08:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: show/hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/show-hide-objects/m-p/24508#M511058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add a trigger on opening the document ; set the variable to 1&lt;/P&gt;&lt;P&gt;-&amp;gt; put conditional display of all your objects : variable=1&lt;/P&gt;&lt;P&gt;put an action on a button to set variable to 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 08:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-hide-objects/m-p/24508#M511058</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-04-12T08:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: show/hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/show-hide-objects/m-p/24509#M511059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See you have a variable defined "vshow". Now every time user click button1, the button action sets the variable to 1 and when the user clicks on button2, the second button's action will set it to 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your text objects, if you set the object to be conditionally displayed, then you have to set a condition. this IF condition:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(vshow = 1, 1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;simply means that if the variable vshow is set to 1, then return 1, else return 0 - this is a binary return where 0 means hide object and 1 means show object.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(vshow = 2, 1,0) means - show the object if vshow = 2, else hide it.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 08:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-hide-objects/m-p/24509#M511059</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-12T08:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: show/hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/show-hide-objects/m-p/24510#M511060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's how to achieve the default "Show All"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="btn 1.PNG" class="jive-image image-1" src="/legacyfs/online/199376_btn 1.PNG" style="height: 447px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Set the On Open actions in this window as follows:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="btn 2.PNG" class="jive-image image-2" src="/legacyfs/online/199377_btn 2.PNG" style="height: 580px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next update the conditions on your objects:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="btn 3.PNG" class="jive-image image-3" src="/legacyfs/online/199378_btn 3.PNG" style="height: 556px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Lastly, add another button (i used the idle button in your app) - and put it as show all with this action:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="btn 4.PNG" class="image-4 jive-image" src="/legacyfs/online/199379_btn 4.PNG" style="height: 605px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attachment for more help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Benazir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 08:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-hide-objects/m-p/24510#M511060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-12T08:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: show/hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/show-hide-objects/m-p/24511#M511061</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;You can do it using single button as you mentioned criteria, no need button 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the&amp;nbsp; sample QVW file please refer and confirm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 06:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-hide-objects/m-p/24511#M511061</guid>
      <dc:creator>palanimurugan</dc:creator>
      <dc:date>2018-04-20T06:57:10Z</dc:date>
    </item>
  </channel>
</rss>

