Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

QlikView Publisher and Section Access Dynamic Data Reduction Best Practice

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Sonja_Bauernfeind
Digital Support
Digital Support

QlikView Publisher and Section Access Dynamic Data Reduction Best Practice

Last Update:

Aug 10, 2021 3:53:35 AM

Updated By:

Sonja_Bauernfeind

Created date:

Apr 1, 2016 3:39:18 AM

Many customers utilize QlikView Publisher to perform their reloads and distributions.  Some also utilize Section Access with Dynamic Data Reduction as well, and there are some key best practices that need to be kept in mind when developing the Section Access table in the load script in these cases to ensure everything works as expected.

 

Environment:

QlikView 

 

If you have Section Access in your document script, the Publisher user or user account must have ADMIN rights according to the Section Access statement. If the Distribution Service is running under the local computer accounts Local System or Network Service, the computer account must be added to your Section Access. The account name of the computer is usually the name of the computer plus a $ sign, e. g. PublisherServer$. If a dynamic reduction is made, the reduction field must be left empty.

Example:

Section Access;
LOAD * INLINE [
ACCESS, NTNAME, REDUCTIONFIELD
ADMIN, PUBLISHERACCOUNT,
USER, HIC, A
USER, TNI, B
Section Application;
Load …

It is important that the Section Access line containing the Publisher account does not reduce data in an unwanted way. Example: If you would use a wildcard “*” in the reduction field, this would limit
QlikView Publisher’s access to the data in the QlikView file to other values defined in the Section Access (A and B in this example; however, the values C to Z would not be included). Such a reduction can be avoided in two ways: either you need to make sure that all values of the reduction field are represented in the Section Access, or you leave the reduction field blank. In the latter case, no reduction will be made since the Publisher account is an ADMIN account. However, in this case, the Publisher account cannot be used to open the file on a Server since all accounts are USER accounts on a server and the user will then be denied access since no values are allowed.

Related Content:

Labels (1)
Contributors
Version history
Last update:
‎2021-08-10 03:53 AM
Updated by: