Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all ,
I hve issue on section access.
As i have user list and permision sheet on excel
as i am opening with admin dashboard shwng all
but wen i opening with user ... it is also shwng common filed values
example... i open with the user raju : it will show the listbox values like cricket only but or me it is shwng cricket and ball also
any help on this
Thnks in advance
sureshs
This works fine for me.
Was "Initial Data Reduction based on Section Access" is checked?
As user Raju, are you seeing only cricket and ball or all the values as well.
A small notice. Cricket has two different spellings in your screenshot. Sorry if it is wantedly added.
Cheers,
Naresh
i hve done intial data reduction
sry ..both r same spelling mistake
So back to my question
As user Raju, are you seeing only cricket and ball or all the values as well.
Can you paste your section access script here?
Cheers,
Naresh
Hi,
Are you using section access through NT name or basic one ?
AS I LOADED EXCEL DATA of access
ECTION Access;
LOAD USERID,
PASSWORD,
ACCESS
FROM
[..xls]
(biff, embedded labels, table is Sheet1$);
SECTION Application;
LOAD USERID,
track
FROM
[..xls]
(biff, embedded labels, table is Sheet2$);
This works fine for me.
Ok. I think issue is because...
The screenshot where you have shown the list of names, they are in lower case.
Try converting them to upper case using upper() while loading.
And that is why your section access is not working.
So, the userid in the Section Access and Section Application are not matching.
Cheers,
Naresh
yes i hve gvn upper only evn thugh its cmg same