Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a few charts in a report, which have no relationship with users, and all other charts have relationship with users table. How can I implement a data reduction strategy so that the admin type users can see everything in the reports (including those few charts having no connection with users table), and the rest of users only see things that is allowed in data reduction.
I can provide more explanation if required. I will appreciate your help here
Regards
Arif
Hi, You have to create a Excel File (Within Domain users).
The Script that I have is:
Section Access;
Star is *;
LOAD
ACCESS,
NTNAME,
SERIAL,
USERID,
PASSWORD,
IDUSUARIO
FROM $(PathConfig)Accesos.xls (biff, embedded labels, table is [Accesos$])
WHERE Column_XLS = 1; //You have to create a Excel File where the column that user can see the reports = 1 the others user = 0 (And Then you have to reload and upload on your Production Server)
Section Application;
Star is *;
Hope Help You!
Hi, You have to create a Excel File (Within Domain users).
The Script that I have is:
Section Access;
Star is *;
LOAD
ACCESS,
NTNAME,
SERIAL,
USERID,
PASSWORD,
IDUSUARIO
FROM $(PathConfig)Accesos.xls (biff, embedded labels, table is [Accesos$])
WHERE Column_XLS = 1; //You have to create a Excel File where the column that user can see the reports = 1 the others user = 0 (And Then you have to reload and upload on your Production Server)
Section Application;
Star is *;
Hope Help You!
Could you resolve this problem?
Thanks pgalvezt,
The solution did help me.
Regards
Arif
Now just You can create for each customer a column in excel and put 1 for the persons who need access.
Actually, your solution did help me. However, the requirements got further complex, when I had to restrict the user to a data range within same column and it no longer remained a question of simple access yes no to a column. Therefore, in data reduction, I put the possible combination of data infront of each user. I dont know if there is any other solution to this problem. But for my earlier requirement, your solution worked
Regards
Arif
I have another thread regarding tooltip editing. Can you please reply to that too
Regards
Arif