The "" is a null, and yes, we occassionally have employees who have no birthday.
The way I solved this problem is, I tried to export it as a CSV from CR, I got a String error, which pointed me to the birthday date formula. I put 2 and 2 together there.
All way that ends well. <smile>
I figured it out! It was a null issue on a date field. I modified my Date (ToNumber) formula, to include this "If" part:
if {EMF.EM_BIRTH_DATE} <> "" then
DATE (ToNumber (Left({EMF.EM_BIRTH_DATE},4)),
ToNumber (Mid ({EMF.EM_BIRTH_DATE},5,2)),
ToNumber (Right...
Am using CR 10, and CE 10. I get the error "Not enough memory for operation" on CE. I don't get it in CR. I had this problem 6 months ago, and the resolution then was in the correct set-up of CSV format. I am using the same settings but it isn't working now. Another possible clue is I am FTPing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.