<?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 disable objects in a sheet? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992582#M947124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you please explain me how did you use blank text box on top of list object. I tried to use "text box" over "search" object (I did make use of vVar=0 variable) but I see text box instead of search box. !&lt;/P&gt;&lt;P&gt;Can you please explain me the procedure. As I'm new to QlikView, it is kind a confusion for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for you time. ! !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Dec 2015 22:00:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-28T22:00:40Z</dc:date>
    <item>
      <title>How to disable objects in a sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992573#M947115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to display a message. A message is displayed using “text box” and there is a “button” to agree this message. Now, I want to force user to agree this message before proceeding. How do I disable all the objects (except “agree button”) from clicking? I mean, user should not be able to click any objects (like search, list etc)&amp;nbsp; before clicking this agree button.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 17:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992573#M947115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-28T17:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable objects in a sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992574#M947116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can hide all objects in Layout options by assigning variable to the Show Conditional part.If the variable is 0 the objects will be hidden when the button is pressed the variable will change to 1 showing all objects with this condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 18:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992574#M947116</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-12-28T18:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable objects in a sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992575#M947117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. I did try that. Is that the only option I got? I wanted to know if there is any other method!&lt;/P&gt;&lt;P&gt;Thank you Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 18:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992575#M947117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-28T18:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable objects in a sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992576#M947118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just like Robert said.&amp;nbsp; This is the message that shows up when our application starts.&amp;nbsp; We have a variable called vAcknowledge.&amp;nbsp;&amp;nbsp; It is set by default to 0.&amp;nbsp; You must hit accept to change it to 1 and then it shows the rest of the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="acknowledge.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110054_acknowledge.PNG" style="width: 620px; height: 216px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 18:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992576#M947118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-28T18:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable objects in a sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992577#M947119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay. I was just trying to replicate pop-up type message. I mean, user must be able to see the options that are available but should not be able to click it. After clicking accept button, user must be able to click those options.&lt;/P&gt;&lt;P&gt;thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 18:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992577#M947119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-28T18:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable objects in a sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992578#M947120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;another possible option could be to ahve a a blank object overlay the other objects, which will not go away until the user agrees with the mesage - still using the same concept of conditional show but may get you around adding the condition for all objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is an example of what I am referring to on QlikMarket&lt;/P&gt;&lt;P&gt;&lt;A href="https://qm.qlik.com/QvAJAXZfc/opendoc.htm?document=docs/LoanOwl_Demo.qvw&amp;amp;host=qlikmarket&amp;amp;anonymous=true" title="https://qm.qlik.com/QvAJAXZfc/opendoc.htm?document=docs/LoanOwl_Demo.qvw&amp;amp;host=qlikmarket&amp;amp;anonymous=true"&gt;QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;select the filter by time option (top left)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 18:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992578#M947120</guid>
      <dc:creator />
      <dc:date>2015-12-28T18:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable objects in a sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992579#M947121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay. This is a good idea too!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 19:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992579#M947121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-28T19:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable objects in a sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992580#M947122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And I think you can extend this this idea to let the user see all the objects (at all times), but they won't be able to select anything until they click accept on the text box because the text box object will not let them select anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE: Tried to create a working sample. See if this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110058_Capture.PNG" style="height: 441px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You see everything, but you won't be able to click on anything until you press 'Accept'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 19:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992580#M947122</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-28T19:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable objects in a sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992581#M947123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another one for chart is to see the object but they will not recalculate unless the condition will be met:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110059_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'comic sans ms', sans-serif;"&gt;Feeling Qlikngry?&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;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="8342" data-objecttype="102" href="https://community.qlik.com/docs/DOC-8342" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;How To /Missing Manual(24 articles)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 20:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992581#M947123</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-12-28T20:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable objects in a sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992582#M947124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you please explain me how did you use blank text box on top of list object. I tried to use "text box" over "search" object (I did make use of vVar=0 variable) but I see text box instead of search box. !&lt;/P&gt;&lt;P&gt;Can you please explain me the procedure. As I'm new to QlikView, it is kind a confusion for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for you time. ! !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 22:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992582#M947124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-28T22:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable objects in a sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992583#M947125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Can you please explain me how did you use blank text box on top of list object. I tried to use "text box" over "search" object (I did make use of vVar=0 variable) but I see text box instead of search box. !&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Can you please explain me the procedure. As I'm new to QlikView, it is kind a confusion for me.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt; !&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Thank you for you time. ! !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 22:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992583#M947125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-28T22:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable objects in a sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992584#M947126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have set the transparency to 100%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110073_Capture.PNG" style="height: 326px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 01:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992584#M947126</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-29T01:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable objects in a sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992585#M947127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ho! okay. I missed that part. thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 14:17:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992585#M947127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-29T14:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable objects in a sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992586#M947128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 14:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992586#M947128</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-29T14:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable objects in a sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992587#M947129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May I know how to make this message appear only once? I mean, user should get this message only when they use the app for the first time. This message should not appear next time they open the app. &lt;/P&gt;&lt;P&gt;Is this possible?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 15:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-disable-objects-in-a-sheet/m-p/992587#M947129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-29T15:28:33Z</dc:date>
    </item>
  </channel>
</rss>

