Has anyone used the Cdec function. I thought I had it working but could not get it right. I have a Value on a report that is (Count(*)) of a detail that is recorded every one minute. Thus the Count(*) is Number_of_Minutes. I want to take the Number_of_Minutes / 60 = Number_of_Hours . The problem is I do not want the decimal and I do not want it to round up. If it’s 45 min it should result to 0 same if 179 min should result to 2.
Thanks!!!
Thanks!!!