<?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: Locking a specific dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416946#M814725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't. The trick I suggested blocks selections in your Calculated Dimension in your table object. Which is an easy one to avoid the selections you described and the creation of new script fields &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Sep 2017 12:50:32 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2017-09-14T12:50:32Z</dc:date>
    <item>
      <title>Locking a specific dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416939#M814715</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 have put a chart together with a number of dimensions, e.g. employee number, employee name (This is a join from Employee Forename and Surname) and a count of the number of visits they have completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the employee name is a join of two other fields, when I click on the name it puts the forename and surname as two separate selections in the current selections box which is a bit frustrating. I have searched for a way stop the user from clicking on a single dimension and have seen that locking a field is an option. I am not sure how to lock a certain field / dimension down. Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416939#M814715</guid>
      <dc:creator>jamesmf1982</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Locking a specific dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416940#M814716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the easiest solution to get a ReadOnly dimension column in an object, and just there and nowhere else, is to superimpose a transparent text box (without caption, borders or shadows) over this specific dimension area. That text box should be placed on a hugher layer than the object underneath it. In that way, the text box will capture all mouse clicks and throw them away.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 12:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416940#M814716</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-09-14T12:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Locking a specific dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416941#M814717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your [Employee Name] a single field &lt;/P&gt;&lt;P&gt;Could you post here your dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 12:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416941#M814717</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2017-09-14T12:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Locking a specific dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416942#M814718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of joining the 2 fields in your application, you can also add it to your load script:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LOAD *, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Forname] &amp;amp; ' ' &amp;amp; [Surname] as [Employee name]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FROM Employees;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;And the use the [Employee name] within your chart&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 12:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416942#M814718</guid>
      <dc:creator>heij1421</dc:creator>
      <dc:date>2017-09-14T12:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Locking a specific dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416943#M814722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this for the Employee Name &lt;/P&gt;&lt;P&gt;=EmployeeForename &amp;amp; ' ' &amp;amp; EmployeeSurname&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 12:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416943#M814722</guid>
      <dc:creator>jamesmf1982</dc:creator>
      <dc:date>2017-09-14T12:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Locking a specific dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416944#M814723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will give this a go!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 12:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416944#M814723</guid>
      <dc:creator>jamesmf1982</dc:creator>
      <dc:date>2017-09-14T12:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Locking a specific dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416945#M814724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I put a read only parameter on the dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 12:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416945#M814724</guid>
      <dc:creator>jamesmf1982</dc:creator>
      <dc:date>2017-09-14T12:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Locking a specific dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416946#M814725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't. The trick I suggested blocks selections in your Calculated Dimension in your table object. Which is an easy one to avoid the selections you described and the creation of new script fields &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 12:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416946#M814725</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-09-14T12:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Locking a specific dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416947#M814726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh I see what you mean, sorry misread the original message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 12:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416947#M814726</guid>
      <dc:creator>jamesmf1982</dc:creator>
      <dc:date>2017-09-14T12:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Locking a specific dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416948#M814727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would concatenate them at script level as &lt;A href="https://community.qlik.com/qlik-users/156384"&gt;heij1421&lt;/A&gt;‌ suggested&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 13:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-a-specific-dimension/m-p/1416948#M814727</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2017-09-14T13:00:09Z</dc:date>
    </item>
  </channel>
</rss>

