BhrugeshRathod1
5 years agoQrew Member
Finding Min Time and Max Time for a particular date grouped by date and other fields.
Hello everyone, I want to find Min Time and Max Time.
Scenario for report- For each Supervisor there can be many Sales Reps(Like here in pic Supervisor A has Sales Reps X,Y,Z etc. under him). I have a Heures column(Time of Day) in my table. I want to show Start Time(Min Time of Day) and End Time(Max Time of Day) for a particular Sales Rep on that particular day. Like in example I have edited time next to it. I am trying to use formula - Min([Heures],null) and Max([Heures],null) but its showing me Distinct count for them and not actual value. Please let me know the solution how can I show those values.
Also if I try using Table Report it is showing me multiple rows for each time instead of 1 single row with date, start time, end time.
I have a Date(Date/Time) column, Day(Date) column, Heures(Time of Day) column in my table. There can be multiple records for same day for the same person but time may be different like shown in screenshot 2.(Starts with 10:56am and ends with 12:06 pm)
------------------------------
Bhrugesh Rathod
------------------------------
Scenario for report- For each Supervisor there can be many Sales Reps(Like here in pic Supervisor A has Sales Reps X,Y,Z etc. under him). I have a Heures column(Time of Day) in my table. I want to show Start Time(Min Time of Day) and End Time(Max Time of Day) for a particular Sales Rep on that particular day. Like in example I have edited time next to it. I am trying to use formula - Min([Heures],null) and Max([Heures],null) but its showing me Distinct count for them and not actual value. Please let me know the solution how can I show those values.
Also if I try using Table Report it is showing me multiple rows for each time instead of 1 single row with date, start time, end time.
I have a Date(Date/Time) column, Day(Date) column, Heures(Time of Day) column in my table. There can be multiple records for same day for the same person but time may be different like shown in screenshot 2.(Starts with 10:56am and ends with 12:06 pm)
------------------------------
Bhrugesh Rathod
------------------------------