<?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 Section Access using multiple dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-using-multiple-dimensions/m-p/1331240#M836156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I implemented section access for multiple dimensions. I followed qlik view cook book logic. Users are able to open the QVW from QV Desktop and data reductions is also working fine. But when user try to open through access point, Access is denied. Even Admin can't open the file through Access point. Below is the sample code. Please provide your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Product:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; ProductID, ProductGroup, ProductName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 1, GroupA, Great As&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 2, GroupC, Super Cs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 3, GroupC, Mega Cs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 4, GroupB, Good Bs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 5, GroupB, Busy Bs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Customer:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; CustomerID, CustomerName, Country&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 1, Gatsby Gang, USA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 2, Charly Choc, USA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 3, Donnie Drake, USA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 4, London Lamps, UK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 5, Shylock Homes, UK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Sales:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; CustomerID, ProductID, Sales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 1, 2, 3536&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 1, 3, 4333&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 1, 5, 2123&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 2, 2, 4556&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;2, 4, 1223&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 2, 5, 6789&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 3, 2, 1323&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 3, 3, 3245&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 3, 4, 6789&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 4, 2, 2311&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 4, 3, 1333&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 5, 1, 7654&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 5, 2, 3455&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 5, 3, 6547&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 5, 4, 2854&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 5, 5, 9877&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;CountryLink:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Load Distinct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; Country, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; Upper(Country) As COUNTRY_LINK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Resident&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; Customer;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Load Distinct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; Country,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 'ALL' As COUNTRY_LINK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Resident&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; Customer;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;ProductLink:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Load Distinct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; ProductGroup,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; Upper(ProductGroup) As PRODUCT_LINK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Resident&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; Product;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Load Distinct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; ProductGroup,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 'ALL' As PRODUCT_LINK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Resident&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; Product;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Section Access;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Access:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; ACCESS, USERID, PRODUCT_LINK, COUNTRY_LINK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;ADMIN, ADMIN, *, *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; USER, GM, ALL, ALL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; USER, CM1, ALL, USA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; USER, CM2, ALL, UK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; USER, PM1, GROUPA, ALL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; USER, PM2, GROUPB, ALL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; USER, PM3, GROUPC, ALL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; USER, SM1, GROUPB, UK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; USER, SM2, GROUPA, USA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Section Application;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Section Access using multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-multiple-dimensions/m-p/1331240#M836156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I implemented section access for multiple dimensions. I followed qlik view cook book logic. Users are able to open the QVW from QV Desktop and data reductions is also working fine. But when user try to open through access point, Access is denied. Even Admin can't open the file through Access point. Below is the sample code. Please provide your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Product:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; ProductID, ProductGroup, ProductName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 1, GroupA, Great As&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 2, GroupC, Super Cs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 3, GroupC, Mega Cs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 4, GroupB, Good Bs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 5, GroupB, Busy Bs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Customer:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; CustomerID, CustomerName, Country&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 1, Gatsby Gang, USA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 2, Charly Choc, USA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 3, Donnie Drake, USA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 4, London Lamps, UK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 5, Shylock Homes, UK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Sales:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; CustomerID, ProductID, Sales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 1, 2, 3536&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 1, 3, 4333&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 1, 5, 2123&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 2, 2, 4556&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;2, 4, 1223&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 2, 5, 6789&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 3, 2, 1323&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 3, 3, 3245&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 3, 4, 6789&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 4, 2, 2311&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 4, 3, 1333&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 5, 1, 7654&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 5, 2, 3455&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 5, 3, 6547&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 5, 4, 2854&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 5, 5, 9877&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;CountryLink:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Load Distinct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; Country, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; Upper(Country) As COUNTRY_LINK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Resident&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; Customer;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Load Distinct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; Country,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 'ALL' As COUNTRY_LINK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Resident&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; Customer;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;ProductLink:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Load Distinct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; ProductGroup,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; Upper(ProductGroup) As PRODUCT_LINK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Resident&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; Product;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Load Distinct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; ProductGroup,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; 'ALL' As PRODUCT_LINK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Resident&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; Product;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Section Access;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Access:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; ACCESS, USERID, PRODUCT_LINK, COUNTRY_LINK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;ADMIN, ADMIN, *, *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; USER, GM, ALL, ALL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; USER, CM1, ALL, USA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; USER, CM2, ALL, UK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; USER, PM1, GROUPA, ALL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; USER, PM2, GROUPB, ALL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; USER, PM3, GROUPC, ALL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; USER, SM1, GROUPB, UK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;&amp;nbsp; USER, SM2, GROUPA, USA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Merriweather, Georgia, serif; font-size: 19.6923px;"&gt;Section Application;&lt;/SPAN&gt;&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/Section-Access-using-multiple-dimensions/m-p/1331240#M836156</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
  </channel>
</rss>

