<?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 box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/hide-and-show-using-text-box/m-p/911636#M529879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunny for you ref here I attached the Helpdesk qvw file. I think you already have it.... In that you can see a green color symbol in right corner&amp;nbsp; once you click on it, it show some text boxes&amp;nbsp; again if you click on same symbol it hide those text box... I followed the steps wat are in that file but I didn't get it......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2015 11:02:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-23T11:02:23Z</dc:date>
    <item>
      <title>hide and show using text box</title>
      <link>https://community.qlik.com/t5/QlikView/hide-and-show-using-text-box/m-p/911632#M529875</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;I need to show the text box and hide it by using a text box itself can you please help me how is it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&amp;nbsp; In Help Desk Dashboard we 've the "Help Guide textbox "&amp;nbsp;&amp;nbsp; In top of left corner like that....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 10:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-and-show-using-text-box/m-p/911632#M529875</guid>
      <dc:creator />
      <dc:date>2015-07-23T10:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: hide and show using text box</title>
      <link>https://community.qlik.com/t5/QlikView/hide-and-show-using-text-box/m-p/911633#M529876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you saying that you want to hide and show a text box (lets say TextBox1) by clicking on itself?? I guess you can hide it, but once hidden, you won't be able to use it to show TextBox1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this is not what you are looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 10:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-and-show-using-text-box/m-p/911633#M529876</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-23T10:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: hide and show using text box</title>
      <link>https://community.qlik.com/t5/QlikView/hide-and-show-using-text-box/m-p/911634#M529877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Hide and Show of an Object can be achieved by creating and handling Variables.&lt;/P&gt;&lt;P&gt;Create &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Two Text Boxes and Single Variable&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;Use the Action and Layout condition on The textboxes to control the Hide/ Show feature.&lt;/P&gt;&lt;P&gt;Hope it helps !&lt;/P&gt;&lt;P&gt;Cheers !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 10:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-and-show-using-text-box/m-p/911634#M529877</guid>
      <dc:creator />
      <dc:date>2015-07-23T10:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: hide and show using text box</title>
      <link>https://community.qlik.com/t5/QlikView/hide-and-show-using-text-box/m-p/911635#M529878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 text objects&lt;/P&gt;&lt;P&gt;1 variable with value 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in one text object-&amp;gt;Properties-&amp;gt;Actions-&amp;gt;Action Type(External)-&amp;gt;Set variable-&amp;gt;Value:1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In another text object-&amp;gt;Properties-&amp;gt;Layout-&amp;gt;show-&amp;gt;Conditional-&amp;gt;Variable=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so on click of object 1, object 2 will be visible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 10:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-and-show-using-text-box/m-p/911635#M529878</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-07-23T10:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: hide and show using text box</title>
      <link>https://community.qlik.com/t5/QlikView/hide-and-show-using-text-box/m-p/911636#M529879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunny for you ref here I attached the Helpdesk qvw file. I think you already have it.... In that you can see a green color symbol in right corner&amp;nbsp; once you click on it, it show some text boxes&amp;nbsp; again if you click on same symbol it hide those text box... I followed the steps wat are in that file but I didn't get it......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 11:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-and-show-using-text-box/m-p/911636#M529879</guid>
      <dc:creator />
      <dc:date>2015-07-23T11:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: hide and show using text box</title>
      <link>https://community.qlik.com/t5/QlikView/hide-and-show-using-text-box/m-p/911637#M529880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in order to hide it again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 methods:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;method 1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on top of object 2 we can create another text object-&amp;gt;Properties-&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Properties-&amp;gt;Actions-&amp;gt;Action Type(External)-&amp;gt;Set variable-&amp;gt;Value:0&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;object 1-&amp;gt;Properties-&amp;gt;Layout-&amp;gt;Layer-&amp;gt;top&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Method 2:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;in object 1-&amp;gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Properties-&amp;gt;Actions-&amp;gt;Action Type(External)-&amp;gt;Set variable-&amp;gt;if(Variable=1,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;so once we click on object1-&amp;gt;object 2 will open and once again if we click on object 1-&amp;gt;object 2 will be hidden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 11:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-and-show-using-text-box/m-p/911637#M529880</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-07-23T11:02:51Z</dc:date>
    </item>
  </channel>
</rss>

