Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Section Access With NTName

I am implementing the Section Access with NTNAME.

I reload the document on my desktop and saved and then deployed.

When other user (of my team) access the document from access point he see the same data which I have saved on my machine instead of data which is applicable to him.

In qlikview do we need to reload/refresh qlikview document each time before each user access the same document in which section access is implemented with NTANME?

How does Section Access works? I do not want to reload/refresh qlikview document before each user access the dashboard to see data related to the user.

6 Replies
krishnacbe
Partner - Specialist III
Partner - Specialist III

Hi,

Check whether you have enabled Document Properties -> Opening Tab ->  Initial Data Reduction Based on Section Access and Strict Exclusion

Anonymous
Not applicable
Author

I have already done this setting.

krishnacbe
Partner - Specialist III
Partner - Specialist III

Can you Share the Section Access Script to check the issue

krishnacbe
Partner - Specialist III
Partner - Specialist III

With some sample data

Anonymous
Not applicable
Author

Following is my code

SECTION ACCESS; 

Config2:

SQL SELECT ACCESS,NTNAME,REGION FROM [tb_access];

SECTION APPLICATION; 

Data1:

SQL SELECT [OrderID] as OrdID

      ,[CustomerID]

      ,[OrderDate] as OrdDate

      ,[EmployeeID] AS EMPLOYEEID

      ,[RequiredDate]

      ,[ShippedDate]

      ,[ShipVia]

      ,[Freight]

      ,[ShipName]

      ,[ShipAddress]

      ,[ShipCity]

      ,[ShipRegion]

      ,[ShipPostalCode]

      ,UPPER([ShipCountry]) AS REGION

FROM Orders;

----------

Access table data

ACCESS, NTNAME, REGION

ADMIN, ADMIN 

USER, USER1, INDIA

USER, USER2, UK

USER, USER1, US

USER, USER3, HONGKONG

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Check whether Section Access is really enabled in your document in the AP. For example, can a user that is not listed in the Section Access table open the document in the AccessPoint or not?