Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
binary load blah blah blah;
section access;
LOAD
* INLINE [
ACCESS, NTNAME, "Sale Year"
ADMIN, domain1\user1, 2008
USER, domain1\user2, 2009
USER, domain2\user1, 2010
USER, domain2\user2,
];
Section Application;
LOAD * INLINE [
"Sale Year"
2009
2010
2011
2012
2013
];
I want to reduced based on a Sale Year which is the column in the data model. This doesn't work at all... Either from the desktop or from the access point. Can you kindly help? domain2\user2 should have access to all years, but the other users need to be set up as seen here.
actually the data is just the year, which is a numeral.
I was talking about section access data.
hmm. does anyone have an existing working example?
Hi,
Login to the application by user AAA and password AAA (ADMIN user).
thanks Venu. It works fine, but how about NTNAME. I am using a NTNAME and it still doesn't work. Because I cannot afford to take username as the input.