<?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 Is there a way to lock a sheet when &amp;quot;clear all&amp;quot; is pressed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-lock-a-sheet-when-quot-clear-all-quot-is/m-p/334393#M1177717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing you could try as an alternative to locking/unlocking based on conditionals:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can right click on the object/(s) that display way too much data if it is activated, click on properties.&amp;nbsp; Click on the layout tab, and on the right hand side in about the middle under show, click on conditional.&amp;nbsp; Then enter in the criteria for when you want for the object to be shown.&amp;nbsp; When the criteria is not met, it will not display at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2012 17:48:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-02T17:48:00Z</dc:date>
    <item>
      <title>Is there a way to lock a sheet when "clear all" is pressed</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-lock-a-sheet-when-quot-clear-all-quot-is/m-p/334392#M1177716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I am really new to qlikview and want to know if there is a way to lock one sheet/tab if the clear all button is pressed.&amp;nbsp; There is one sheet that we have that will pull up too much data if it is activated and no criteria has been selected while on another sheet.&amp;nbsp; Would like to be able to lock one sheet after clear all is set and unlock it once criteria is entered.&amp;nbsp; Possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 17:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-lock-a-sheet-when-quot-clear-all-quot-is/m-p/334392#M1177716</guid>
      <dc:creator />
      <dc:date>2012-03-02T17:24:45Z</dc:date>
    </item>
    <item>
      <title>Is there a way to lock a sheet when "clear all" is pressed</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-lock-a-sheet-when-quot-clear-all-quot-is/m-p/334393#M1177717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing you could try as an alternative to locking/unlocking based on conditionals:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can right click on the object/(s) that display way too much data if it is activated, click on properties.&amp;nbsp; Click on the layout tab, and on the right hand side in about the middle under show, click on conditional.&amp;nbsp; Then enter in the criteria for when you want for the object to be shown.&amp;nbsp; When the criteria is not met, it will not display at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 17:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-lock-a-sheet-when-quot-clear-all-quot-is/m-p/334393#M1177717</guid>
      <dc:creator />
      <dc:date>2012-03-02T17:48:00Z</dc:date>
    </item>
    <item>
      <title>Is there a way to lock a sheet when "clear all" is pressed</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-lock-a-sheet-when-quot-clear-all-quot-is/m-p/334394#M1177718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;When the users has no selection, the function getCurrentSelections() will return null. &lt;/P&gt;&lt;P&gt;So, in the show condition of the sheet ( Sheet Properties -&amp;gt; General tab -&amp;gt; Show sheet, you can write: &lt;/P&gt;&lt;P&gt;where &lt;/P&gt;&lt;P&gt;=len(getcurrentSelections())&amp;gt; 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this condition may not be as robust as you need it.&lt;/P&gt;&lt;P&gt;You can make a count in a field to determine if it is appropriate to calculate your object. (e.g., count( INVOICE_ID))&lt;/P&gt;&lt;P&gt;Then, you condition would be:&lt;/P&gt;&lt;P&gt;= count(INVOICE_ID) &amp;lt; 100000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of the show condition, in a chart you can create a calculation condition:&lt;/P&gt;&lt;P&gt;Chart Properties -&amp;gt; General Tab -&amp;gt; Calculation condition. &lt;/P&gt;&lt;P&gt;The advantage is that you can set a message (same tab-&amp;gt; error messages -&amp;gt; Calculation condition unfulfilled) where you can put something like: "Please, make some selection...'" etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 20:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-lock-a-sheet-when-quot-clear-all-quot-is/m-p/334394#M1177718</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2012-03-02T20:30:49Z</dc:date>
    </item>
    <item>
      <title>Is there a way to lock a sheet when "clear all" is pressed</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-lock-a-sheet-when-quot-clear-all-quot-is/m-p/334395#M1177719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; thanks, both the suggestions are very helpful but this second one is what I was looking for.&amp;nbsp; Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 21:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-lock-a-sheet-when-quot-clear-all-quot-is/m-p/334395#M1177719</guid>
      <dc:creator />
      <dc:date>2012-03-02T21:15:28Z</dc:date>
    </item>
  </channel>
</rss>

