<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access/m-p/644947#M1300338</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 a section access to assign permissions via an excel Spreadsheet to users. Now I´m wondering if it is possible to do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´ve field "SoldToBusinessPartner" that contains customer numbers. Our customer numbers from different production sites start with a different number range, e.g. 2000XXXXX or 26000XXXXX. Now I would like to know if it is possible to assign a permission to a user using the field "SoldToBusinessPartner" and assign him all customers that start with 2000*. I tried to use just 2000* in my excel spreadsheet but that was not the solution. Does anybody know how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Carolin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>carolin01</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access/m-p/644947#M1300338</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 a section access to assign permissions via an excel Spreadsheet to users. Now I´m wondering if it is possible to do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´ve field "SoldToBusinessPartner" that contains customer numbers. Our customer numbers from different production sites start with a different number range, e.g. 2000XXXXX or 26000XXXXX. Now I would like to know if it is possible to assign a permission to a user using the field "SoldToBusinessPartner" and assign him all customers that start with 2000*. I tried to use just 2000* in my excel spreadsheet but that was not the solution. Does anybody know how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Carolin&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/Section-Access/m-p/644947#M1300338</guid>
      <dc:creator>carolin01</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access/m-p/644948#M1300341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carolin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can use your suffixe to identify a group&lt;/P&gt;&lt;P&gt;so you can set&lt;/P&gt;&lt;P&gt;UserID, GroupId, Login, Password....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 12:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access/m-p/644948#M1300341</guid>
      <dc:creator />
      <dc:date>2014-05-23T12:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access/m-p/644949#M1300346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, see this attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 12:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access/m-p/644949#M1300346</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-05-23T12:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access/m-p/644950#M1300351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would define the Customer groups in the Customer table, for instance through&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Left(CustomerNumber, 5) as CustomerGroup&lt;/P&gt;&lt;P&gt;and then use this new field CustomerGroup in my Section Access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what the logic is around the number ranges, but either the above or something similar to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Left(CustomerNumber, Len(CustomerNumber)-6) as CustomerGroup&lt;/P&gt;&lt;P&gt;should probably do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 16:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access/m-p/644950#M1300351</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-05-23T16:04:38Z</dc:date>
    </item>
  </channel>
</rss>

