<?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: Masking or blinding dimension names in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324176#M409859</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing I failed to mention is that the dimension will be dynamic with changing departments and close to 100 different values at any given time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jul 2017 21:34:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-07-31T21:34:42Z</dc:date>
    <item>
      <title>Masking or blinding dimension names</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324175#M409858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am developing an application and need the ability to mask or blind the dimension names for all dimension names with the exception of the dimension value selected.&amp;nbsp; In my use case below I have a bar chart with a dimension called Department with the following dimension values (Finance, IT, Customer Service, Shipping).&amp;nbsp; I then select the Finance Department and I would like the bar chart to show Finance as it is the value selected, but would then like to mask the other three departments to show as Dept 1, Dept 2 and Dept 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to add a calculated dimension, but it does not provide the result I am looking for.&amp;nbsp; Below is an example of what I am trying to achieve.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone provide a solution to my problem?&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;&lt;IMG alt="DimensionMasking.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171964_DimensionMasking.JPG" style="height: 197px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 21:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324175#M409858</guid>
      <dc:creator />
      <dc:date>2017-07-31T21:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Masking or blinding dimension names</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324176#M409859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing I failed to mention is that the dimension will be dynamic with changing departments and close to 100 different values at any given time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 21:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324176#M409859</guid>
      <dc:creator />
      <dc:date>2017-07-31T21:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Masking or blinding dimension names</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324177#M409860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached qvf for an example of what you are asking using the "CategoryName" field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=aggr(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;if(len(only({&amp;lt;CategoryName=&amp;gt;}CategoryName))&amp;gt; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;,if(only({&amp;lt;CategoryName=&amp;gt;}CategoryName)=Only(CategoryName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;,CategoryName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;,'Cat' &amp;amp; FieldIndex('CategoryName', only({&amp;lt;CategoryName=&amp;gt;}CategoryName))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;, CategoryName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Measure:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Sum({&amp;lt;CategoryName=&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com/" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 22:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324177#M409860</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-07-31T22:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Masking or blinding dimension names</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324178#M409861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I applied the logic you provided, but now all that I receive in the bar chart object is just the selected dimension.&amp;nbsp; Do you happen to have a qvw example so I can reference?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 12:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324178#M409861</guid>
      <dc:creator />
      <dc:date>2017-08-01T12:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Masking or blinding dimension names</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324179#M409862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a QVW example. If you can't get it working, please post a sample qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 15:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324179#M409862</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-08-01T15:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Masking or blinding dimension names</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324180#M409863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob, I do not see the attached sample qvw?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 15:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324180#M409863</guid>
      <dc:creator />
      <dc:date>2017-08-01T15:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Masking or blinding dimension names</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324181#M409864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can see the qvw as an attachment to my previous reply. Not sure why you can't see it, maybe it's going through moderation or something. Can you post an example qvw showing the problem you are having?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 16:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324181#M409864</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-08-01T16:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Masking or blinding dimension names</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324182#M409865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example of my QVW that I am still having issues with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 17:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324182#M409865</guid>
      <dc:creator />
      <dc:date>2017-08-01T17:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Masking or blinding dimension names</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324183#M409866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is section access and can enter Ryan in the popup box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 17:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324183#M409866</guid>
      <dc:creator />
      <dc:date>2017-08-01T17:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Masking or blinding dimension names</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324184#M409867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are selecting and locking the USERID, which is linked to DEPT, so USERID has to be modified in the Dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(&lt;/P&gt;&lt;P&gt;if(len(only({&amp;lt;DEPT=, USERID=&amp;gt;}DEPT))&amp;gt; 0&lt;/P&gt;&lt;P&gt;,if(only({&amp;lt;DEPT=, USERID=&amp;gt;}DEPT)=Only(DEPT)&lt;/P&gt;&lt;P&gt;,DEPT&lt;/P&gt;&lt;P&gt;, only({1}DeptMasked)&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt;, DEPT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com/" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 17:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324184#M409867</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-08-01T17:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Masking or blinding dimension names</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324185#M409868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent, Thank you!&amp;nbsp; Exactly what I needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 18:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324185#M409868</guid>
      <dc:creator />
      <dc:date>2017-08-01T18:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Masking or blinding dimension names</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324186#M409869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're supposed to mark &lt;STRONG&gt;my&lt;/STRONG&gt; answer "Correct", not yours &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, 01 Aug 2017 18:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324186#M409869</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-08-01T18:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Masking or blinding dimension names</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324187#M409870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry about that, I corrected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 18:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324187#M409870</guid>
      <dc:creator />
      <dc:date>2017-08-01T18:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Masking or blinding dimension names</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324188#M409871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one additional use case that I need to be able to support.&amp;nbsp; I have added an additional column in my Edit Script that is ACCESSLEVEL and it will be set to either All or Limited.&amp;nbsp; If it is Limited it will provide the masking logic that you previously provided, but if it is all then I want all of the actual named DEPTs to be shown and not masked.&amp;nbsp; I added the following logic, but it did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=PICK(MATCH(ACCESSLEVEL,&lt;/P&gt;&lt;P&gt;'All'&amp;nbsp; // When a user signs in with this as their ACCESSLEVEL I want the DEPT dimension to show w/o masking&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,'Limited')&amp;nbsp; // This works as you defined&lt;/P&gt;&lt;P&gt; ,DEPT&lt;/P&gt;&lt;P&gt; ,aggr(if(len(only({&amp;lt;DEPT=, USERID=&amp;gt;}DEPT))&amp;gt; 0 ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(only({&amp;lt;DEPT=, USERID=&amp;gt;}DEPT)=Only(DEPT) ,DEPT, &lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Dept' &amp;amp; FieldIndex('DEPT', only({&amp;lt;DEPT=, USERID=&amp;gt;}DEPT))))&lt;/P&gt;&lt;P&gt;, DEPT)&lt;/P&gt;&lt;P&gt; ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 14:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324188#M409871</guid>
      <dc:creator />
      <dc:date>2017-08-07T14:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Masking or blinding dimension names</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324189#M409872</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;I have one additional use case that I need to be able to support.&amp;nbsp; I have added an additional column in my Edit Script that is ACCESSLEVEL and it will be set to either All or Limited.&amp;nbsp; If it is Limited it will provide the masking logic that you previously provided, but if it is all then I want all of the actual named DEPTs to be shown and not masked.&amp;nbsp; I added the following logic, but it did not work.&lt;/P&gt;&lt;P&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;=PICK(MATCH(ACCESSLEVEL,&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;'All'&amp;nbsp; // When a user signs in with this as their ACCESSLEVEL I want the DEPT dimension to show w/o masking&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;&amp;nbsp; ,'Limited')&amp;nbsp; // This works as you defined&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;,DEPT&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;,aggr(if(len(only({&amp;lt;DEPT=, USERID=&amp;gt;}DEPT))&amp;gt; 0 ,&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;&amp;nbsp; if(only({&amp;lt;DEPT=, USERID=&amp;gt;}DEPT)=Only(DEPT) ,DEPT,&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;&amp;nbsp; 'Dept' &amp;amp; FieldIndex('DEPT', only({&amp;lt;DEPT=, USERID=&amp;gt;}DEPT))))&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;, DEPT)&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&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;What am I missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 21:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324189#M409872</guid>
      <dc:creator />
      <dc:date>2017-08-07T21:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Masking or blinding dimension names</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324190#M409873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=PICK(MATCH(ACCESSLEVEL,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'All'&amp;nbsp; // When a user signs in with this as their ACCESSLEVEL I want the DEPT dimension to show w/o masking&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; ,'Limited')&amp;nbsp; // This works as you defined&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;,aggr(only(DEPT), DEPT)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,aggr(if(len(only({&amp;lt;DEPT=, USERID=&amp;gt;}DEPT))&amp;gt; 0 ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(only({&amp;lt;DEPT=, USERID=&amp;gt;}DEPT)=Only(DEPT) ,DEPT,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; 'Dept' &amp;amp; FieldIndex('DEPT', only({&amp;lt;DEPT=, USERID=&amp;gt;}DEPT))))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, DEPT)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 10:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324190#M409873</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-08-15T10:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Masking or blinding dimension names</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324191#M409874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I incorporated this change in the dimension, but is still not unmasking the names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 13:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324191#M409874</guid>
      <dc:creator />
      <dc:date>2017-08-15T13:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Masking or blinding dimension names</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324192#M409875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest debugging the thing as an expression, testing it piece by piece. For example, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(ACCESSLEVEL='All', 'Yes, 'no')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 22:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324192#M409875</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-08-15T22:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Masking or blinding dimension names</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324193#M409876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I will try that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 20:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1324193#M409876</guid>
      <dc:creator />
      <dc:date>2017-08-16T20:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Masking or blinding dimension names</title>
      <link>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1524489#M438301</link>
      <description>&lt;P&gt;I just used your expression to achieve the same type of chart. Thank you Rob, very helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 16:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Masking-or-blinding-dimension-names/m-p/1524489#M438301</guid>
      <dc:creator>markagoodger</dc:creator>
      <dc:date>2018-12-27T16:28:22Z</dc:date>
    </item>
  </channel>
</rss>

