Is it possible to suppress a column value based on the user who logged in? I am using CR XI rel 2 and trying to use the following IF Statement in conditional suppress formula:
if CECURRENTUSERNAME="xxx" then true else false;
but Crystal doesn't like it. it rejects the usage of CECURRENTUSERNAME as a part of IF Statement.
Any ideas?
Thanks
if CECURRENTUSERNAME="xxx" then true else false;
but Crystal doesn't like it. it rejects the usage of CECURRENTUSERNAME as a part of IF Statement.
Any ideas?
Thanks