Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi
in qlikview we can have a osuser and qvuser.
how can i get operating system that user member of it?
i need something like osgroup()
May be using ClientPlatform() function:
would you please explain it?
May be ComputerName()
I have never used this function before, but from the help section
When I tried this on my computer, it rendered no result, but it might be a function which can be used on AccessPoint? Don't really know, but I just thought you might want to play around with it to see if this can help you.
Take a text box and write the following in it,
=Osuser() &chr(10) & ComputerName() &chr(10) & QVuser() and feel the difference
also add Clientplatform() to it
it may help what u want
I need group name
in windows we have user and group managements and each user can be member of one or many group
i need to get group name of user that log in in qlikview access point
There is no OsGroup() function , OsUser() function will be sufficient. what exactly do you want?
Hi Omid,
sorry, but do you mean the Windows Security Group/s, that the user belongs to?
Andy
I think that if you add AD group names to the NTUSER column in section access, this group name will be applied to OsUser() when the user connects using the group name.
I haven't tested that though...