<?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: how to display listboxes using with button object? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800248#M534760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reddy,&lt;/P&gt;&lt;P&gt;Just go to reference document and study about the variables.&lt;/P&gt;&lt;P&gt;Well you can create the variables in Qlikview by these threads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/91130"&gt;Creating variables in qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/87578"&gt;how to set variable???&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 31 Jan 2015 04:08:14 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2015-01-31T04:08:14Z</dc:date>
    <item>
      <title>how to display listboxes using with button object?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800242#M534754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi.&lt;/P&gt;&lt;P&gt;I created&amp;nbsp; 2 listboxes in qlikview.that are&amp;nbsp; 1.productid listbox and 2.dateupdate listbox.&amp;nbsp; and create 2 buttons for each listbox.I use variable for one button object like this vshowhideobject i use expression like this if(vshowhide=1,0,1) after i apply&amp;nbsp; variable in list box layout tab in conditional like&amp;nbsp; this&amp;nbsp; vshowhide=1.I applied same method in another listbox&amp;nbsp; using button in qlikview.&amp;nbsp; if&amp;nbsp; i select product button then display productid listbox .ok it working well.but the problem is second button if i select date button then display only date listbox but it displayed 2 listboxes .I want display listboxes like this.If i select product button then display only productlistbox.if i select date button then display only date listbox.but&amp;nbsp; when i select date button it display two objects.I want display listboxsas per button selections.I do not know how to finish this task.can you help me pls.&lt;/P&gt;&lt;P&gt;1. it is working .&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture22.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/76756_Capture22.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;2.I want display like this.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture23.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/76757_Capture23.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;3.the problem is when i select date button it&amp;nbsp; display 2 listboxes like this.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture24.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/76758_Capture24.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.I&amp;nbsp; want display&amp;nbsp; like this&amp;nbsp; if&amp;nbsp; i select&amp;nbsp; product button then display only productidl istbox.and if i select date button then display date listbox.how to display like this .can anyone help to me ? pls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thankyou&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 16:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800242#M534754</guid>
      <dc:creator />
      <dc:date>2015-01-30T16:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to display listboxes using with button object?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800243#M534755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want the buttons to act independently of each other then you'll have to use separate variables. If you use the same variable for both listboxes then both listboxes will respond to both buttons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 18:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800243#M534755</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-30T18:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to display listboxes using with button object?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800244#M534756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When putting one variable to 1, sametime add to put the other to 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 19:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800244#M534756</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-01-30T19:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to display listboxes using with button object?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800245#M534757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That scenario would not need two variables. You'd set one listbox to use =vshowhide as conditional display expression and the other to use =NOT vshowhide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 19:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800245#M534757</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-30T19:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to display listboxes using with button object?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800246#M534758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want only 1 list box at a given instance create a&amp;nbsp; 2 variables vproduct and vdate and give value as 1 or 0 in actions for the two button respectively and opposite values in the list boxes it will work as hide and show kind of feature.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 19:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800246#M534758</guid>
      <dc:creator>saurabh5</dc:creator>
      <dc:date>2015-01-30T19:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to display listboxes using with button object?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800247#M534759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello gysbert.I use variable like this vshowhide and wrote conditional&amp;nbsp; like this if(vshowhide=2,0,2) for date button.another prooductid button variable vshowhide =conditional =if(vshowhide=2,1,2).&lt;/P&gt;&lt;P&gt;i don 't know how to write variables . can explain with examples gybert pls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; thankyou&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 04:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800247#M534759</guid>
      <dc:creator />
      <dc:date>2015-01-31T04:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to display listboxes using with button object?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800248#M534760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reddy,&lt;/P&gt;&lt;P&gt;Just go to reference document and study about the variables.&lt;/P&gt;&lt;P&gt;Well you can create the variables in Qlikview by these threads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/91130"&gt;Creating variables in qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/87578"&gt;how to set variable???&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 04:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800248#M534760</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2015-01-31T04:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to display listboxes using with button object?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800249#M534761</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;On Button Click You Setting variable value&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on click of Product Button&lt;/P&gt;&lt;P&gt;are setting vshowhide=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on click of Date Button&lt;/P&gt;&lt;P&gt;are setting vshowhide=2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then on Conditional of list box write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for product id listbox&lt;/P&gt;&lt;P&gt;if(vshowhide=1,0,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for Date list box&lt;/P&gt;&lt;P&gt;if(vshowhide=2,0,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0 and 1 represent true/false value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 04:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800249#M534761</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-01-31T04:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to display listboxes using with button object?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800250#M534762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When working with alternate view/show you may also trigger like&lt;/P&gt;&lt;P&gt;vshowhide = NOT(vshowhide)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will always toggle betw true and false provided there is a value set in the beginning (or in the script)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 08:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800250#M534762</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-01-31T08:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to display listboxes using with button object?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800251#M534763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create variable in Settings --&amp;gt; Variable Overview by clicking 'Add' button.&lt;/P&gt;&lt;P&gt;Then you need to give condition in Layout tab as $(vShowhide)=1 for Product listbox and $(vShowhide)=2 for dateupdate.Then you can take two buttons and in actions you can take Set Variable and for Products Button give &lt;SPAN style="font-size: 13.3333330154419px;"&gt;$(vShowhide)=1 and for dateupdate give &lt;SPAN style="font-size: 13.3333330154419px;"&gt;$(vShowhide)=2. That's it!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 14:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-listboxes-using-with-button-object/m-p/800251#M534763</guid>
      <dc:creator />
      <dc:date>2015-01-31T14:13:56Z</dc:date>
    </item>
  </channel>
</rss>

