<?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 AN OBJECT in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/HIDE-AN-OBJECT/m-p/385606#M1155979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the help&lt;/P&gt;&lt;P&gt;have a nice day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis Rocha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2013 11:40:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-27T11:40:05Z</dc:date>
    <item>
      <title>HIDE AN OBJECT</title>
      <link>https://community.qlik.com/t5/QlikView/HIDE-AN-OBJECT/m-p/385602#M1155969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to hide an object through a variable??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;type the info button of this model:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.qlik.com/"&gt;http://ap.demo.qlik.com/detail.aspx?appName=Pharma%&lt;/A&gt;&lt;SPAN&gt; 20Sales.qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis Claudio Rocha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 18:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HIDE-AN-OBJECT/m-p/385602#M1155969</guid>
      <dc:creator />
      <dc:date>2013-02-26T18:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: HIDE AN OBJECT</title>
      <link>https://community.qlik.com/t5/QlikView/HIDE-AN-OBJECT/m-p/385603#M1155972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't qliview installed on this computer, however, each object has in its properties the visibility property (Always/conditional) in the general tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's suppose we call the variable var1 so create it: LET var1=0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the visibility of the object write var1=1; (means that if var1 is 1 the object is visible otherwise it is hidden)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the button go to triggers, external, set variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write in the upper box var1 and in the lower box: if(var1=1,0,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if you press the button the object appears and disappears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 19:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HIDE-AN-OBJECT/m-p/385603#M1155972</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-02-26T19:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: HIDE AN OBJECT</title>
      <link>https://community.qlik.com/t5/QlikView/HIDE-AN-OBJECT/m-p/385604#M1155974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, i did not, you would have an example??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 20:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HIDE-AN-OBJECT/m-p/385604#M1155974</guid>
      <dc:creator />
      <dc:date>2013-02-26T20:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: HIDE AN OBJECT</title>
      <link>https://community.qlik.com/t5/QlikView/HIDE-AN-OBJECT/m-p/385605#M1155977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Rocha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Khadeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 04:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HIDE-AN-OBJECT/m-p/385605#M1155977</guid>
      <dc:creator>khadeer</dc:creator>
      <dc:date>2013-02-27T04:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: HIDE AN OBJECT</title>
      <link>https://community.qlik.com/t5/QlikView/HIDE-AN-OBJECT/m-p/385606#M1155979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the help&lt;/P&gt;&lt;P&gt;have a nice day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis Rocha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 11:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HIDE-AN-OBJECT/m-p/385606#M1155979</guid>
      <dc:creator />
      <dc:date>2013-02-27T11:40:05Z</dc:date>
    </item>
  </channel>
</rss>

