Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I use the NTNAME in a section access to limit the rights in my application.
According who is on the application, I would like to enable some charts or not (with conditional display).
If I write OSUser() = 'DOMAIN\myname' it works, but I would like to use something like :
OSUser() LIKE %myname% but it doesn't work and I cannot find the proper syntax.
Any ideas ?
Thanks
QlikView uses the wild card *
Try LIKE '*Myname*'
Marty.
Great ! Thanks a lot !