Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
May 10, 2022 3:23:50 PM
Dec 31, 2014 12:18:50 AM
QlikView's Section Access can be used to reduce data based on the current user.
QlikView
Qlik Sense Enterprise on Windows
Qlik Cloud
Qlik Sense Business
If the data reduction appears incorrect, the section access table content and logic need to be validated.
This validation can be done in two steps:
Load Section Access as a normal table
//Section Access;
//Section Application;
NOTE: If the section access table links to the synthetic table, this approach will most likely not work.
Validate reduction field format
The reduction field must be in upper case to comply with section access requirements, see QlikView Reference Manual for details.
Upper(FIELDNAME)<>FIELDNAME
Correct the incorrect format in reduction field
The incorrect formats must be changed to match the section access tables Upper case formatting. There are two possible paths to address the format.
Select the user to evaluate