The Employee Self Service "Pay" tab is displaying the characters "N.aN" in place of the employees Gross and Net Pay amounts... Is somehow related to the user security class as I can change the User Sec Class to something else and they can view fine. Does anyone know what item in the security class must be changed to be able to see the $ amounts...? I have tried to compare the classes, but cannot determine the needed element. Please help!!
"N.aN" does indeed mean Not a Number, and it comes from the underlying Javascript on the ESS screen. It's trying to get a numeric value from whatever table(s) and it retrieves a null or other non-numeric value. Basically it's a bug. You'll have to find whatever patch to fix it or fix it yourself. Roger