Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys
I have a Section Access script wich works perfectly from an INLINE, this is the script:
LOAD * INLINE [
ACCESS, USERID, Year
ADMIN, domain\user1, 2015
];
(User1 only can see 2015 information)
BUT when i load the data from excel doesnt get access to me.
This is what im doing and what im trying:
Trying this to:
and this...
But the result is always the same: "Access denied". Its wierd because is already working with an inline. What do i miss??
Dear Sebastian,
Section Access uses users to do reduction with data model, no groups.
If you need to create a SA based ond groups, my suggestion is a script to read data from XLS files, write in QVD and after it, build a script to create a correct list of users with a field to connect in your data model ![]()
Regards