<?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: Trouble with Section Access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trouble-with-Section-Access/m-p/740117#M1296834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section access can be tricky sometimes.&lt;/P&gt;&lt;P&gt;I don't know your data but from my initial look it might be that your data reduction is looking for a field called 'Distributor_terr' but that is the name of your table loading from SQL.&lt;/P&gt;&lt;P&gt;You could try changing the Section Access from 'Distributor_terr' to 'distributor', and make sure that there is a value of 55 to allow jason to open the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check your UI settings such as 'Initial Data Reduction Based on Section Access' and 'Strict Exclusion' are enabled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Mar 2015 17:26:33 GMT</pubDate>
    <dc:creator>peter_turner</dc:creator>
    <dc:date>2015-03-16T17:26:33Z</dc:date>
    <item>
      <title>Trouble with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-Section-Access/m-p/740116#M1296831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to get section access to work, started a week or so ago and got stuck, revisiting now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I've got so far below. When I login as hutchs I get everything which is correct. However I can't login as jason. This had me puzzled, but I'm guessing it cant find the DISTRIBUTOR_TERR (also tried lowercase) so denies all access. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where am I going wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA, Steve&lt;/P&gt;&lt;P&gt;&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, OMIT, DISTRIBUTOR_TERR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, hutchs, hutchs, Type, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, jason, jason, Type, 55&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD distributor,&lt;/P&gt;&lt;P&gt;customer,&lt;/P&gt;&lt;P&gt;product,&lt;/P&gt;&lt;P&gt;order_no,&lt;/P&gt;&lt;P&gt;fin_year,&lt;/P&gt;&lt;P&gt;fin_period,&lt;/P&gt;&lt;P&gt;supplier,&lt;/P&gt;&lt;P&gt;warehouse,&lt;/P&gt;&lt;P&gt;quantity,&lt;/P&gt;&lt;P&gt;name,&lt;/P&gt;&lt;P&gt;invoice,&lt;/P&gt;&lt;P&gt;val,&lt;/P&gt;&lt;P&gt;cost,&lt;/P&gt;&lt;P&gt;lab_hand+'10' as lab_hand,&lt;/P&gt;&lt;P&gt;mtl_hand,&lt;/P&gt;&lt;P&gt;long_description,&lt;/P&gt;&lt;P&gt;ovr_hand,&lt;/P&gt;&lt;P&gt;list_value,&lt;/P&gt;&lt;P&gt;analysis_a,&lt;/P&gt;&lt;P&gt;analysis_b,&lt;/P&gt;&lt;P&gt;analysis_c,&lt;/P&gt;&lt;P&gt;cost+lab_hand+mtl_hand+ovr_hand as TFC,&lt;/P&gt;&lt;P&gt;IF(warehouse='01',IF(analysis_a='EQUIPMENT','Equipment',IF(analysis_a='ACCESSORY','Equipment','Spares')),IF(warehouse='55',IF(analysis_a='EQUIPMENT','Equipment',IF(analysis_a='ACCESSORY','Equipment','Spares')),IF(warehouse='56',IF(analysis_a='EQUIPMENT','Equipment',IF(analysis_a='ACCESSORY','Equipment','Spares')),'Service'))) as Type;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO [Sage CD Live];&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM cdlive.dbo.op_inv_tfc&lt;/P&gt;&lt;P&gt;where product not like 'CAR%' and fin_year &amp;gt;= '13' and fin_year &amp;lt;= '98';&lt;/P&gt;&lt;P&gt;//where month(date_entered) = '03'&lt;/P&gt;&lt;P&gt;//and year(date_entered) = year(today);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(op_inv_tfc)&lt;/P&gt;&lt;P&gt;LOAD distributor,&lt;/P&gt;&lt;P&gt;fin_year,&lt;/P&gt;&lt;P&gt;type as Type,&lt;/P&gt;&lt;P&gt;budget,&lt;/P&gt;&lt;P&gt;(budget/('31/08/15'-'01/09/14'))*(today()-'01/09/14') as pro_rata_budget;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO [Sage CD Live];&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM cdlive.dbo.hpc_dist_budget;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Dates for Start and End of Financial Year need to be changed every year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join(op_inv_tfc)&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;LOAD Distributor as distributor,&lt;/P&gt;&lt;P&gt;Distributor_terr;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM cdlive.dbo.hpc_dist;&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/Trouble-with-Section-Access/m-p/740116#M1296831</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-Section-Access/m-p/740117#M1296834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section access can be tricky sometimes.&lt;/P&gt;&lt;P&gt;I don't know your data but from my initial look it might be that your data reduction is looking for a field called 'Distributor_terr' but that is the name of your table loading from SQL.&lt;/P&gt;&lt;P&gt;You could try changing the Section Access from 'Distributor_terr' to 'distributor', and make sure that there is a value of 55 to allow jason to open the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check your UI settings such as 'Initial Data Reduction Based on Section Access' and 'Strict Exclusion' are enabled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 17:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-Section-Access/m-p/740117#M1296834</guid>
      <dc:creator>peter_turner</dc:creator>
      <dc:date>2015-03-16T17:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-Section-Access/m-p/740118#M1296837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to have something that links the two together.&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;Section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;ACCESS, USERID, PASSWORD, OMIT&lt;BR /&gt;ADMIN, ADMIN, ADMIN,&lt;BR /&gt;USER, USER1, U1, SALES&lt;BR /&gt;USER, USER2, U2, WAREHOUSE&lt;BR /&gt;USER, USER3, U3, EMPLOYEES&lt;BR /&gt;USER, USER4, U4, SALES&lt;BR /&gt;USER, USER4, U4, WAREHOUSE&lt;BR /&gt;USER, USER5, U5, *&lt;BR /&gt;];&lt;BR /&gt;Section Application;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;SALES, WAREHOUSE, EMPLOYEES, ORDERS&lt;BR /&gt;1, 2, 3, 4&lt;BR /&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;BR /&gt;In this example, the field OMIT has been added as part of Section Access.&lt;BR /&gt;USER1 will not be able to see the field SALES, USER2 will not be able to see field&lt;BR /&gt;WAREHOUSE and USER3 will not see field EMPLOYEES.&lt;BR /&gt;USER4 has been added twice to the solution since we want to OMIT two fields for this&lt;BR /&gt;user, SALES and WAREHOUSE.&lt;BR /&gt;USER5 has a “*” added which means that all listed fields in OMIT will be unavailable.&lt;BR /&gt;USER5 will not be able to see fields SALES, WAREHOUSE and EMPLOYEES.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 19:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-Section-Access/m-p/740118#M1296837</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2015-03-16T19:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-Section-Access/m-p/740119#M1296840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You got the problem right.&amp;nbsp; You need this field in the section application.&amp;nbsp; It is essential to have field name in uppercase, and field values too:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join(op_inv_tfc)&lt;/P&gt;&lt;P&gt;LOAD Distributor as distributor,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;upper(Distributor_terr) as DISTRIBUTOR_TERR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM cdlive.dbo.hpc_dist;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 19:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-Section-Access/m-p/740119#M1296840</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-16T19:34:46Z</dc:date>
    </item>
  </channel>
</rss>

