C
C. Hernandez
I have several queries where I only want it to pull data for the user. So I
use GetLoggedOnUser() in the criteria. There are a couple instances where I
want the criteria to pull the logged on user except if that user is me. I
tried a IIF statement, but that did not work.
This is what I used: IIf(GetLoggedOnUser()="me","*",GetLoggedOnUser())
Please help!!
use GetLoggedOnUser() in the criteria. There are a couple instances where I
want the criteria to pull the logged on user except if that user is me. I
tried a IIF statement, but that did not work.
This is what I used: IIf(GetLoggedOnUser()="me","*",GetLoggedOnUser())
Please help!!