Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All -
We are trying to return the QVUser and are not having any luck. I've built a text object with =qvuser() to test it and the developers have built a section access table (a sample):
section access;
LOAD * INLINE [
ACCESS, NTNAME, GROUP
ADMIN, 'TAC_NT\!Qlikview', ' '
ADMIN, 'TAC_NT\Data Specialists', 'MA'
ADMIN, 'TAC_NT\MSight Administration', 'MA'
}:
We're hoping to be able to retrieve the AD group to set values in a list box.
Any thoughts on what we're missing?
Thanks,
Mike,
QVUser() returns result only if you use USERID in Section Access. You don't use it here. But you can use OSUser() instead.
Regards,
Michael
Mike,
QVUser() returns result only if you use USERID in Section Access. You don't use it here. But you can use OSUser() instead.
Regards,
Michael
Thanks, Michael.