<?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 Block Values in a field Permanently in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Block-Values-in-a-field-Permanently/m-p/148523#M505155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a Table with 2 values. I wanted them to get always locked, whenever I open my application. How can I do this. I dont want it to Block manually but Automatically so that there is no chance of removing the blocking.&lt;/P&gt;&lt;P&gt;The Table is&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;1000,2000,3000, 4000&lt;/P&gt;&lt;P&gt;I wanted the 2000 and 4000 to be blocked? Is it done by writing a Macro or is there any other way??&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Sravan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2009 16:55:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-07-06T16:55:55Z</dc:date>
    <item>
      <title>Block Values in a field Permanently</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Values-in-a-field-Permanently/m-p/148523#M505155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a Table with 2 values. I wanted them to get always locked, whenever I open my application. How can I do this. I dont want it to Block manually but Automatically so that there is no chance of removing the blocking.&lt;/P&gt;&lt;P&gt;The Table is&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;1000,2000,3000, 4000&lt;/P&gt;&lt;P&gt;I wanted the 2000 and 4000 to be blocked? Is it done by writing a Macro or is there any other way??&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Sravan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 16:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Values-in-a-field-Permanently/m-p/148523#M505155</guid>
      <dc:creator />
      <dc:date>2009-07-06T16:55:55Z</dc:date>
    </item>
    <item>
      <title>AW:Block Values in a field Permanently</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Values-in-a-field-Permanently/m-p/148524#M505156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Document Properties &amp;gt; Triggers&lt;/P&gt;&lt;P&gt;OnOpen &amp;gt; Selection &amp;gt; Select in Field&lt;/P&gt;&lt;P&gt;OnOpen &amp;gt; Selection &amp;gt; Lock Field&lt;/P&gt;&lt;P&gt;-----------&lt;/P&gt;&lt;P&gt;Or with a triggered VB script:&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Field").Select values&lt;BR /&gt; ActiveDocument.Fields("Field").Lock&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 17:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Values-in-a-field-Permanently/m-p/148524#M505156</guid>
      <dc:creator />
      <dc:date>2009-07-06T17:11:17Z</dc:date>
    </item>
    <item>
      <title>Block Values in a field Permanently</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Values-in-a-field-Permanently/m-p/148525#M505157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Sorry for bringing this old thread up.&lt;/P&gt;&lt;P&gt;The solution posted by driesena works but if the user continues doing further selections (in other fields) then the "Lock" condition avoids properly erasing these further selections.&lt;/P&gt;&lt;P&gt;In other words, I would also be interesed in finding a way to "block" a given selection, then further selections are done and pressing "Clear" would clear all selections except the blocked one.&lt;/P&gt;&lt;P&gt;Example: all sales team sharing the same document but depending on the user who opens the document, I want to block the field salesman to a given value. Then other selections (product group, year, month, ...) can be done but presing the clear button will clear all the selections except the one of the salesman.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any hints?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2011 15:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Values-in-a-field-Permanently/m-p/148525#M505157</guid>
      <dc:creator />
      <dc:date>2011-05-27T15:32:42Z</dc:date>
    </item>
    <item>
      <title>Block Values in a field Permanently</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Values-in-a-field-Permanently/m-p/148526#M505158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Carlos. I answered a post similar to this a few weeks ago. &lt;/P&gt;&lt;P&gt;I wanted to keep a field locked even if a user uses 'unlock and clear' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, I made a second version, where I can let you apply this 'setting' using a macro (you could enable and disable this) &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="http://community.qlik.com/message/115847#115847"&gt;http://community.qlik.com/message/115847#115847&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it 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>Sat, 28 May 2011 00:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Values-in-a-field-Permanently/m-p/148526#M505158</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-28T00:07:06Z</dc:date>
    </item>
    <item>
      <title>Block Values in a field Permanently</title>
      <link>https://community.qlik.com/t5/QlikView/Block-Values-in-a-field-Permanently/m-p/148527#M505159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Erich, I'll give it a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 May 2011 06:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Block-Values-in-a-field-Permanently/m-p/148527#M505159</guid>
      <dc:creator />
      <dc:date>2011-05-28T06:00:11Z</dc:date>
    </item>
  </channel>
</rss>

