Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI, all...
I've been reading manuals and examples for days, but no help...
//this is my section acces part, being pulled out from XLS
SECTION Access;
LOAD upper(ACCESS) AS ACCESS,
upper(NTNAME) as NTNAME,
upper(NTDOMAINSID) AS NTDOMAINSID,
upper(IPSUF) AS IPSUF,
upper(IPPREF) AS IPPREF
FROM
(biff, embedded labels, table is [Sheet1$]);
SECTION Application;
//then I have this:
LOAD upper(IPSUF) as IPSUF,
upper(SUFIKS) as SUFIKS
LOAD upper(IPPREF) as IPPREF,
upper(PREFIKS) as PREFIKS
//and afterwords, fields SUFIKS and PREFIKS also exist in data model.
When I log to my app and check my ID with =OSUser() it is me, but I', not linked with data how I'm supposed in Sufixi.xls
Thank alot for help... any additional info?
Milan