I am trying to create Time Entry Report to display all of the ticket time entries for a certain client of ours. When I select the data fields Start Time and End Time, it displays the date and not the time. Does anyone else have this issue?
The format needs to be modified. Its explained in this article.
Thank you very much for the quick reply. One last thing. I am trying to round the time entries to the nearest quarter hour. I have a formula entered in as this. =Round([F4],2)
It does nothing. It just repeats the cell F4 as the same value. What am I missing?