<?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: Hi, in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hi/m-p/857499#M1018054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Faisal, and can we do show/hide both with single button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Apr 2015 11:41:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-06T11:41:52Z</dc:date>
    <item>
      <title>Hi,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi/m-p/857492#M1018047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one Object(Table Box).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement is how to show and hide Object with &lt;STRONG&gt;button&lt;/STRONG&gt;..i am using Personal Edition.please don't send qvw Applications. i need steps(How to we do the above requirement)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 07:32:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi/m-p/857492#M1018047</guid>
      <dc:creator />
      <dc:date>2015-04-06T07:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hi,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi/m-p/857493#M1018048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/ssr.qlikview"&gt;ssr.qlikview&lt;/A&gt;&lt;/STRONG&gt; ,&lt;/P&gt;&lt;P&gt;1. Create a variable vHideShow=1,&lt;/P&gt;&lt;P&gt;2. Create button Actions--&amp;gt; Add--&amp;gt; External--&amp;gt;Set Variable--&amp;gt;&lt;/P&gt;&lt;P&gt;Variable : &lt;SPAN style="font-size: 13.3333330154419px;"&gt;vHideShow&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Value : =If(vHideShow=1,0,1)&lt;/P&gt;&lt;P&gt;3. In the table box Layout--&amp;gt;Conditional : &lt;SPAN style="font-size: 13.3333330154419px;"&gt;vHideShow=1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Thats all done !!!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 11:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi/m-p/857493#M1018048</guid>
      <dc:creator>sibideepak</dc:creator>
      <dc:date>2015-04-06T11:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hi,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi/m-p/857494#M1018049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create Variable:&amp;nbsp; vObject&amp;nbsp; make it as Show&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step 1 : Create button&lt;/P&gt;&lt;P&gt;step 2: Actions Tab - External -Set variable &lt;/P&gt;&lt;P&gt;Set variable as &lt;SPAN style="font-size: 13.3333330154419px;"&gt;vObject&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;and Value as Show&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3 : on table box go to Layout tab:&lt;/P&gt;&lt;P&gt;Click conditional write a condition : =If($(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;vObject&lt;/SPAN&gt;)='Show',1,0)&lt;/P&gt;&lt;P&gt;Apply try to click button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 11:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi/m-p/857494#M1018049</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2015-04-06T11:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hi,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi/m-p/857495#M1018050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SS REDDY,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with below steps......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Step 1: click Ctrl+Alt+V to bring up variables list, add a new variable called vHide and assign 0 to the value. - Here we are simply initiating a variable to be used as a flag based on which we will set the visibility of a list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Step 2: Create a button, in Properties go to Actions tab and add an "External" Action Type&amp;nbsp; and select "Set Variable" and hit ok. In the Actions tab of properties, variable is vHide and Value should be =if(vHide=0,1,0). - Here we are toggling the flag using a single button. So if the vHide value is 0, then clicking the button will set it to 1 and if it is equal to 1 (when you click this button, the value changes to 1), then clicking the button again will set it to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Step 3: In the list box properties, go to Layout tab and below Apply Theme button, select Conditional Show and type in vHide. - Typing in vHide as a condition basically is equal to saying if(vHide = 1, true, false). so in other words, we are saying that show the list box if vHide is equal to 1 else hide it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 11:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi/m-p/857495#M1018050</guid>
      <dc:creator />
      <dc:date>2015-04-06T11:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hi,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi/m-p/857496#M1018051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this blog post: &lt;A href="http://www.quickintelligence.co.uk/qlikview-buttons/" title="http://www.quickintelligence.co.uk/qlikview-buttons/"&gt;http://www.quickintelligence.co.uk/qlikview-buttons/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 11:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi/m-p/857496#M1018051</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-04-06T11:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hi,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi/m-p/857497#M1018052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First Declare Variable Like &lt;STRONG&gt;vTBShow. &lt;/STRONG&gt;Then Place two Button object &lt;STRONG&gt;Show &amp;amp; Hide.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In&lt;STRONG&gt; show &lt;/STRONG&gt;button properties -&amp;gt; Action - Add -- Select action type &lt;STRONG&gt;External -- &lt;/STRONG&gt;Select&lt;STRONG&gt; setvariable&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;then give value to &lt;STRONG&gt;1&lt;/STRONG&gt; for variable &lt;STRONG style="font-size: 13.3333330154419px;"&gt;vTBShow&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;In&lt;STRONG&gt; &lt;STRONG style="font-size: 13.3333330154419px;"&gt;Hide &lt;/STRONG&gt;&lt;/STRONG&gt;button &lt;SPAN style="font-size: 13.3333330154419px;"&gt;properties &lt;/SPAN&gt;-&amp;gt; Action - Add -- Select action type &lt;STRONG&gt;External -- &lt;/STRONG&gt;Select&lt;STRONG&gt; setvariable&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;then give value to &lt;STRONG&gt;0&lt;/STRONG&gt; for variable &lt;STRONG style="font-size: 13.3333330154419px;"&gt;vTBShow&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Next Table Box properties select Layout tab -- show -- Conditional -- &lt;STRONG&gt;vShowBx&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Now when click hide button &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Table Box will hide and when u click show button it will show.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Please find attached images, u will get clear idea.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 11:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi/m-p/857497#M1018052</guid>
      <dc:creator />
      <dc:date>2015-04-06T11:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hi,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi/m-p/857498#M1018053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.create a variable &lt;SPAN style="font-size: 13.3333330154419px;"&gt;VariableShow&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2.table box properties ---&amp;gt; Layout-Show-Conditional here set as VariableShow='1'&lt;/P&gt;&lt;P&gt;3.create two buttions one for show and another for hide&lt;/P&gt;&lt;P&gt;4.create a button/on show button--Properties-Actions- cleick Add- select from Action type: External&amp;nbsp; and Action: Set variable and click ok&lt;/P&gt;&lt;P&gt;5.on same action tab--place it here Variable as &lt;SPAN style="font-size: 13.3333330154419px;"&gt;VariableShow and value 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;6.copy past the above button and set value as 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;now u play&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 11:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi/m-p/857498#M1018053</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-06T11:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hi,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi/m-p/857499#M1018054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Faisal, and can we do show/hide both with single button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 11:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi/m-p/857499#M1018054</guid>
      <dc:creator />
      <dc:date>2015-04-06T11:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hi,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi/m-p/857500#M1018055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, y&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ou can for use a variable vShowHide and use a button with a Set Variable action to toggle its value: =NOT $(vShowHide). Give it an initial value of 0 or -1. Then use for one chart the conditinal expression =$(vShowHide) and for the other =Not $(vShowHide).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 11:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi/m-p/857500#M1018055</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-04-06T11:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hi,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi/m-p/857501#M1018056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;place both buttons one on above and set Button Properties-Layout-show-Condition as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;VariableShow='1' for show and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;VariableShow='0' for hide.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 11:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi/m-p/857501#M1018056</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-06T11:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hi,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi/m-p/857502#M1018057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SS Reddy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes you can do so &lt;/P&gt;&lt;P&gt;in your action where you are setting variable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vShow can have either of 2 values 0 or 1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so go to button action external, Set variables, Variable name, value&amp;nbsp;&amp;nbsp; = 1-&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;vShow&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case it is 1 it will calculate 1-1=0 &lt;/P&gt;&lt;P&gt;in case it is 0 it will calculate 1-0=1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 11:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi/m-p/857502#M1018057</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-06T11:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hi,</title>
      <link>https://community.qlik.com/t5/QlikView/Hi/m-p/857503#M1018058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, You can&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 12:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi/m-p/857503#M1018058</guid>
      <dc:creator />
      <dc:date>2015-04-06T12:09:06Z</dc:date>
    </item>
  </channel>
</rss>

