Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Hi,
Check whether you have enabled Document Properties -> Opening Tab -> Initial Data Reduction Based on Section Access and Strict Exclusion
I have already done this setting.
Can you Share the Section Access Script to check the issue
With some sample data
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
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?