<?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: Section Access - Full access using Blank or * in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-Full-access-using-Blank-or/m-p/419209#M155967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You got me on the right track.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only minor change I did in your solution to suit my needs was as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;[SA TABLE]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(REGION = '*', SubField('$(vAllRegions)', ',') , SubField(REGION, ','))&amp;nbsp; as [SA REGION]&lt;/P&gt;&lt;P&gt;FROM AuthorizationsTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 May 2013 01:25:38 GMT</pubDate>
    <dc:creator>drjoffily</dc:creator>
    <dc:date>2013-05-03T01:25:38Z</dc:date>
    <item>
      <title>Section Access - Full access using Blank or *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Full-access-using-Blank-or/m-p/419202#M155960</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'm using Section Access to control the level of access in my dashboard and I'm doing it reading from a table in Excel, since the Section Access tool imbedded in QEMC is very basic and couldn't control the level I need to implement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got to a point where I need to add every value in a field separated by commas and some of the fields I'm using to reduce my data have about 30 options.&lt;/P&gt;&lt;P&gt;Please see the example below where I reduce data based on the field &lt;STRONG&gt;SA REGION&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to achieve is to be able to use &lt;STRONG&gt;'*'&lt;/STRONG&gt; or &lt;STRONG&gt;' '&lt;/STRONG&gt; or &lt;STRONG&gt;'ALL'&lt;/STRONG&gt; instead of having to list all the options like in the example below where I have to list all regions (&lt;STRONG&gt;USER | GLOBAL\B | Australia,Asia,Europe,Americas,New Zealand,Pacific)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 566px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" width="66"&gt;&lt;STRONG&gt;ACCESS&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl70" width="144"&gt;&lt;STRONG&gt;NTNAME&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl69" width="356"&gt;&lt;STRONG&gt;SA REGION&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17"&gt;ADMIN&lt;/TD&gt;&lt;TD class="xl67"&gt;GLOBAL\A&lt;/TD&gt;&lt;TD class="xl68"&gt;Australia,Asia,Europe,Americas,New Zealand,Pacific&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17"&gt;USER&lt;/TD&gt;&lt;TD class="xl67"&gt;GLOBAL\B&lt;/TD&gt;&lt;TD class="xl68"&gt;Australia,Asia,Europe,Americas,New Zealand,Pacific&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17"&gt;USER&lt;/TD&gt;&lt;TD class="xl67"&gt;GLOBAL\C&lt;/TD&gt;&lt;TD class="xl68"&gt;Australia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17"&gt;USER&lt;/TD&gt;&lt;TD class="xl67"&gt;GLOBAL\D&lt;/TD&gt;&lt;TD class="xl68"&gt;Asia,Americas&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17"&gt;USER&lt;/TD&gt;&lt;TD class="xl67"&gt;GLOBAL\E&lt;/TD&gt;&lt;TD class="xl68"&gt;Australia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17"&gt;USER&lt;/TD&gt;&lt;TD class="xl67"&gt;GLOBAL\F&lt;/TD&gt;&lt;TD class="xl68"&gt;Australia,Asia,Europe,Americas,New Zealand,Pacific&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17"&gt;USER&lt;/TD&gt;&lt;TD class="xl67"&gt;GLOBAL\G&lt;/TD&gt;&lt;TD class="xl68"&gt;Australia,Asia,Europe,Americas,New Zealand,Pacific&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how I'm using it in my scripts...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;Section&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Access&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; [SA TABLE]:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;ACCESS&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;REGION&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, ',')&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[SA REGION]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;$(vSecurity)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;$(vTabletype)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;Section&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Application&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; [Region]:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;UPPER&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;NTNAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;REGION&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, ',')&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[SA REGION]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;$(vSecurity)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;$(vTabletype_Region)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea how I can do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 06:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Full-access-using-Blank-or/m-p/419202#M155960</guid>
      <dc:creator>drjoffily</dc:creator>
      <dc:date>2013-05-02T06:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Full access using Blank or *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Full-access-using-Blank-or/m-p/419203#M155961</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 a sample query.. hope you will get some idea from that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD,%COUNTRY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; admin,admin,admin,*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; user,sushil,user,ASIA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; user,challa,user,US&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; country,%COUNTRY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INDIA,ASIA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; US,US&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AFRICA,ASIA&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;country,customer,sales&lt;/P&gt;&lt;P&gt;INDIA,a,30&lt;/P&gt;&lt;P&gt;INDIA,b,30&lt;/P&gt;&lt;P&gt;INDIA,c,40&lt;/P&gt;&lt;P&gt;US,a,50&lt;/P&gt;&lt;P&gt;US,b,60&lt;/P&gt;&lt;P&gt;US,c,70&lt;/P&gt;&lt;P&gt;AFRICA,a,20&lt;/P&gt;&lt;P&gt;AFRICA,b,10&lt;/P&gt;&lt;P&gt;AFRICA,c,30&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your issue is not resolved then please update the sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 06:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Full-access-using-Blank-or/m-p/419203#M155961</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-05-02T06:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Full access using Blank or *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Full-access-using-Blank-or/m-p/419204#M155962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick response Sushil.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scripts and table I attached are just a portion of the script/table in my SA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually have multiple tabs in Excel to control multiple fields/Tabs so I couldn't move to a simple INLINE table. And I don't want to have to modify my scripts everytime I need to provide access to a new user. And the change management process in my company is really long. I prefer controling my SA via spreadsheet where I can change any time I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to achieve it using Excel spreadsheets instead of INLINE tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 06:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Full-access-using-Blank-or/m-p/419204#M155962</guid>
      <dc:creator>drjoffily</dc:creator>
      <dc:date>2013-05-02T06:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Full access using Blank or *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Full-access-using-Blank-or/m-p/419205#M155963</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;yes it is possible... please post the sample aap for better understanding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 07:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Full-access-using-Blank-or/m-p/419205#M155963</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-05-02T07:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Full access using Blank or *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Full-access-using-Blank-or/m-p/419206#M155964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would define a variable for all regions and use that in Section Access, i.e. something along the lines of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AllRegions:&lt;/P&gt;&lt;P&gt;Load Concat(distinct Region, ',') as AllRegions From Regions ;&lt;/P&gt;&lt;P&gt;Let vAllRegions = peek('AllRegions',0,'AllRegions');&lt;/P&gt;&lt;P&gt;Drop Table AllRegions;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;[SA TABLE]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SubField('$(vAllRegions)', ',')&amp;nbsp; as [SA REGION]&lt;/P&gt;&lt;P&gt;FROM AuthorizationsTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 08:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Full-access-using-Blank-or/m-p/419206#M155964</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-05-02T08:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Full access using Blank or *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Full-access-using-Blank-or/m-p/419207#M155965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;henric sir you each reply give a basic way of doing complex thing .it resolved a issue for mee.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 11:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Full-access-using-Blank-or/m-p/419207#M155965</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-05-02T11:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Full access using Blank or *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Full-access-using-Blank-or/m-p/419208#M155966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your response.&lt;/P&gt;&lt;P&gt;I'm afraid the application contains sensitive information and it'd take too long to change it in a way I could post it to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevertheless, I think the info I provided above gives a good idea what I'm trying to achieve. I just want to replace the whole string by a '*' or a ' ' when someone has full access to that particular data and find a way for Qlikview to read the '*' and translate it as access to all regions. Please see example of what I want to have in my spreadsheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="border: 0px solid black;" width="66"&gt;&lt;STRONG&gt;ACCESS&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl70" style="border: 0px solid black;" width="144"&gt;&lt;STRONG&gt;NTNAME&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl69" style="border: 0px solid black;" width="356"&gt;&lt;STRONG&gt;SA REGION&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border: 0px solid black;"&gt;ADMIN&lt;/TD&gt;&lt;TD class="xl67" style="border: 0px solid black;"&gt;GLOBAL\A&lt;/TD&gt;&lt;TD class="xl68" style="border: 0px solid black;"&gt;*&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border: 0px solid black;"&gt;USER&lt;/TD&gt;&lt;TD class="xl67" style="border: 0px solid black;"&gt;GLOBAL\B&lt;/TD&gt;&lt;TD class="xl68" style="border: 0px solid black;"&gt;*&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border: 0px solid black;"&gt;USER&lt;/TD&gt;&lt;TD class="xl67" style="border: 0px solid black;"&gt;GLOBAL\C&lt;/TD&gt;&lt;TD class="xl68" style="border: 0px solid black;"&gt;Australia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border: 0px solid black;"&gt;USER&lt;/TD&gt;&lt;TD class="xl67" style="border: 0px solid black;"&gt;GLOBAL\D&lt;/TD&gt;&lt;TD class="xl68" style="border: 0px solid black;"&gt;Asia,Americas&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border: 0px solid black;"&gt;USER&lt;/TD&gt;&lt;TD class="xl67" style="border: 0px solid black;"&gt;GLOBAL\E&lt;/TD&gt;&lt;TD class="xl68" style="border: 0px solid black;"&gt;Australia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border: 0px solid black;"&gt;USER&lt;/TD&gt;&lt;TD class="xl67" style="border: 0px solid black;"&gt;GLOBAL\F&lt;/TD&gt;&lt;TD class="xl68" style="border: 0px solid black;"&gt;*&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border: 0px solid black;"&gt;USER&lt;/TD&gt;&lt;TD class="xl67" style="border: 0px solid black;"&gt;GLOBAL\G&lt;/TD&gt;&lt;TD class="xl68" style="border: 0px solid black;"&gt;*&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 23:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Full-access-using-Blank-or/m-p/419208#M155966</guid>
      <dc:creator>drjoffily</dc:creator>
      <dc:date>2013-05-02T23:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - Full access using Blank or *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Full-access-using-Blank-or/m-p/419209#M155967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You got me on the right track.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only minor change I did in your solution to suit my needs was as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;[SA TABLE]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(REGION = '*', SubField('$(vAllRegions)', ',') , SubField(REGION, ','))&amp;nbsp; as [SA REGION]&lt;/P&gt;&lt;P&gt;FROM AuthorizationsTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 01:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Full-access-using-Blank-or/m-p/419209#M155967</guid>
      <dc:creator>drjoffily</dc:creator>
      <dc:date>2013-05-03T01:25:38Z</dc:date>
    </item>
  </channel>
</rss>

