Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to implent the section access reduction example from Introduction Document: Introduction to Section Access
I have copy / paste the last example in a hidden script :
Section Access;
LOAD * INLINE [
ACCESS, USERID, PASSWORD, REGION
ADMIN, ADMIN, ADMIN,
USER, USER1, U1, AFRICA
USER, USER2, U2, AMERICA
USER, USER3, U3, ASIA
USER, USER4, U4, EUROPE
USER, USER5, U4, AMERICA
USER, USER5, U5, *
];
Section Application;
SALES:
LOAD * INLINE [
REGION, PROFIT
AFRICA, 1000
AMERICA, 2000
ASIA, 3000
EUROPE, 4000
OCEANIA, 5000
];
When I connect with USER1 / U1 I can see all the profit instead of just Africa as expected.
I have joined the .qvw, the password for hidden script is 123.
Someone has an idea ?
Thank you !!
Enable the option Initial Data Reduction Based on Section Access and the option Strict Exclusion. You can find these settings on the Opening tab of the document properties window.
Enable the option Initial Data Reduction Based on Section Access and the option Strict Exclusion. You can find these settings on the Opening tab of the document properties window.
Thank you Gysbert, I knew I was missing something