I am using Crystal Reports to interigate a GoldMine database.
I am using the DatePart function to return the quarter number from the opportunity start date - "Quarter " & round(datepart ("q", {OPMGR.STARTDATE})) but it is returning a number with 2 decimal places e.g. 1.00 As you can see I have tried the round function to solve this but it to no avail. I still get 1.00 returned on the report.
Any suggestions as to how I can solve this?