<?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 How to obfuscate (mask) dimension values dynamically in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942634#M1295148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have quite an interesting request from our customer. We have a dashboard around physicians data with dimensions like physician, practice name, office name etc. They ask to implement security model as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) all physicians and her/his staff will see ALL data, even for other physicians&lt;/P&gt;&lt;P&gt;2) BUT they would not see real names of other physicians / practices / offices so they will be obfuscated.&lt;/P&gt;&lt;P&gt;3) corporate management will have access to all data and they will see all real names&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That way a physician (or her staff) can compare data with peers but won't see their real names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am physician Dr. Smith. When I open dashboard, I see data in listboxes and charts like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Physician&amp;nbsp;&amp;nbsp;&amp;nbsp; Collections&lt;/P&gt;&lt;P&gt;Dr. Smith&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $10,000&lt;/P&gt;&lt;P&gt;Provider 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $8,000&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Provider 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $12,000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I am an office manager working for both Dr. Smith and Dr. Moore. When I open a dashboard, I see data in listboxes and charts like that:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Physician&amp;nbsp;&amp;nbsp;&amp;nbsp; Collections&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Dr. Smith&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $10,000&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Dr. Moore&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $8,000&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Provider 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $12,000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I don't believe Section access can be used here so I was thinking about mapping windows IDs to physician dimension (and this mapping can be stored in Excel file) and then they open a document, kick off a trigger to select and lock specific physicians - I tried this and it works pretty well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The part I am still trying to figure out is what is the best way to mask data like that - my plan is to &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1) have fields with real names and obfuscated names (e.g. P&lt;SPAN style="font-size: 13.3333px;"&gt;hysician &lt;/SPAN&gt;Name and &lt;SPAN style="font-size: 13.3333px;"&gt;P&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;hysician &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Name Masked). The masked one will be created using Autonumber function like 'Physician ' &amp;amp; Autonumber ([&lt;SPAN style="font-size: 13.3333px;"&gt;P&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;hysician &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Name])&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2) use calculated dimensions everywhere in listboxes, charts etc. and put a condition to check if user is allowed to see data for a physician and then show real name or show masked one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Is there a better way of doing this? I really hate to use calculated dims everywhere&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>How to obfuscate (mask) dimension values dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942634#M1295148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have quite an interesting request from our customer. We have a dashboard around physicians data with dimensions like physician, practice name, office name etc. They ask to implement security model as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) all physicians and her/his staff will see ALL data, even for other physicians&lt;/P&gt;&lt;P&gt;2) BUT they would not see real names of other physicians / practices / offices so they will be obfuscated.&lt;/P&gt;&lt;P&gt;3) corporate management will have access to all data and they will see all real names&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That way a physician (or her staff) can compare data with peers but won't see their real names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am physician Dr. Smith. When I open dashboard, I see data in listboxes and charts like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Physician&amp;nbsp;&amp;nbsp;&amp;nbsp; Collections&lt;/P&gt;&lt;P&gt;Dr. Smith&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $10,000&lt;/P&gt;&lt;P&gt;Provider 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $8,000&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Provider 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $12,000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I am an office manager working for both Dr. Smith and Dr. Moore. When I open a dashboard, I see data in listboxes and charts like that:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Physician&amp;nbsp;&amp;nbsp;&amp;nbsp; Collections&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Dr. Smith&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $10,000&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Dr. Moore&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $8,000&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Provider 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $12,000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I don't believe Section access can be used here so I was thinking about mapping windows IDs to physician dimension (and this mapping can be stored in Excel file) and then they open a document, kick off a trigger to select and lock specific physicians - I tried this and it works pretty well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The part I am still trying to figure out is what is the best way to mask data like that - my plan is to &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1) have fields with real names and obfuscated names (e.g. P&lt;SPAN style="font-size: 13.3333px;"&gt;hysician &lt;/SPAN&gt;Name and &lt;SPAN style="font-size: 13.3333px;"&gt;P&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;hysician &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Name Masked). The masked one will be created using Autonumber function like 'Physician ' &amp;amp; Autonumber ([&lt;SPAN style="font-size: 13.3333px;"&gt;P&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;hysician &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Name])&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2) use calculated dimensions everywhere in listboxes, charts etc. and put a condition to check if user is allowed to see data for a physician and then show real name or show masked one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Is there a better way of doing this? I really hate to use calculated dims everywhere&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942634#M1295148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to obfuscate (mask) dimension values dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942635#M1295151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could imagine that something similar to a language-translation like &lt;A href="https://community.qlik.com/docs/DOC-3681"&gt;How to Handle Multi-Language Translations in QlikView.zip&lt;/A&gt; could work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 15:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942635#M1295151</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-12-16T15:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to obfuscate (mask) dimension values dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942636#M1295154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Marcus, it is similar approach using calculated dimensions which I was trying to avoid. I was hoping there would be a better way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This dashboard has over 60 millions of rows and I am trying to get the best performance out of it and of course calculated dimensions are not a good thing when you deal with such volume.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 15:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942636#M1295154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T15:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to obfuscate (mask) dimension values dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942637#M1295157</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 did something similar, but I am not sure if it fits into your needs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" height="165" src="https://community.qlik.com/legacyfs/online/109181_Capture.PNG" style="height: 165.275px; width: 266px;" width="266" /&gt;&lt;/P&gt;&lt;P&gt;And my expression was this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(WildMatch(OSUser(), '*User names*'), 'Provider' &amp;amp; RowNo(), Physician)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" height="205" src="https://community.qlik.com/legacyfs/online/109182_Capture.PNG" style="height: 205.219px; width: 461px;" width="461" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can Pick() alternatively if you have a lot of physicians to iterate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 15:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942637#M1295157</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-12-16T15:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to obfuscate (mask) dimension values dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942638#M1295159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Sinan - I wonder why you used physician name as an expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 15:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942638#M1295159</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T15:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to obfuscate (mask) dimension values dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942639#M1295160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome. No specific reason really. I could have used it in a calculated dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 15:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942639#M1295160</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-12-16T15:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to obfuscate (mask) dimension values dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942640#M1295161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way might be to use variables in those columns like $(vDimensionPhysican) and which returned for each user a different field - it's a bit cluttering but your Names/Offices comes probably from rather small dimension-tables so that it from a performance point of view could work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you could respectively need to combine one or two methods to keep a usable performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 15:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942640#M1295161</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-12-16T15:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to obfuscate (mask) dimension values dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942641#M1295162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Boris,&lt;/P&gt;&lt;P&gt;If you first load tables of Staff, Physicians, Offices etc. that a user can know the identity of then the data can be loaded in two parts. One part loads full data where values of these fields exist, the other part loads where they don't exist and replaces the sensitive data with an alias.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the barest of bones of what I've got in mind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Visible Staff]:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Staff&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sally&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Peter&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;[All Staff]:&lt;/P&gt;&lt;P&gt;LOAD * Where Exists(Staff);&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Staff&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sally&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Peter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bert&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Geddy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Alex&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Neil&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate([All Staff])&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;'Staff' &amp;amp; Autonumber(Staff,'Staff') as Staff&lt;/P&gt;&lt;P&gt; Where Not Exists(Staff);&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Staff&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sally&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Peter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bert&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Geddy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Alex&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Neil&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gives a table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Staff&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;John&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Peter&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Sally&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Staff1&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Staff2&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Staff3&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Staff4&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 16:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942641#M1295162</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2015-12-16T16:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to obfuscate (mask) dimension values dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942642#M1295163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good idea to use variables as dimensions, thanks Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 16:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942642#M1295163</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T16:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to obfuscate (mask) dimension values dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942643#M1295164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Boris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just registered for your readmission webinar. I am in healthcare as well and readmission is a hot topic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 16:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942643#M1295164</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-12-16T16:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to obfuscate (mask) dimension values dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942644#M1295165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i wish i could give pints to both of you, but you have plenty already! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; so i accepted Sinan's answer. And he has a cooler avatar as well &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 16:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942644#M1295165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T16:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to obfuscate (mask) dimension values dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942645#M1295166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Andrew, interesting approach but I do not think it will work with my data model. I guess I will just do calculated dimensions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 16:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-obfuscate-mask-dimension-values-dynamically/m-p/942645#M1295166</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T16:52:41Z</dc:date>
    </item>
  </channel>
</rss>

