Semi tough question that's been bugging me for a week. I have three dates, a created date, a current date and an end date. What I need is to find out what percentage complete the current date is at.
IE...Started on Monday, Ending on Friday, it is currently Wednesday so the percent complete is 50%
I'm working with fields of DateTime...My original plan had been to convert the DateTime fields to a number and calculate percentage from that..the only problem is I can't find, in Crystal 8.5, how to accomplish this. I know Crystal Decisions has a UFL for converting Numbers to Dates, but I need to go the other way. Any ideas?