I have a formula to display cases started after 4pm,
@StartTime_modified which is
if{v_CRA_20_Billing_Summary.time_pat_in_room}<1600 then 1600
else{v_CRA_20_Billing_Summary.time_pat_in_room}
I have another formula called @Total Time which is
{v_CRA_20_Billing_Summary.time_pat_out_of_room}- {@StartTime_modified}
I am looking for results that will display the results in total minutes;
Example Time out is 1715 time in is 1604. Result is 111. I need the 111 to show 71 minutes
I really have problems working with formulas, and need all the guidance I can get step by step please.
I also need to be able to Sum these results for a total for the week. Can this be done as well?
@StartTime_modified which is
if{v_CRA_20_Billing_Summary.time_pat_in_room}<1600 then 1600
else{v_CRA_20_Billing_Summary.time_pat_in_room}
I have another formula called @Total Time which is
{v_CRA_20_Billing_Summary.time_pat_out_of_room}- {@StartTime_modified}
I am looking for results that will display the results in total minutes;
Example Time out is 1715 time in is 1604. Result is 111. I need the 111 to show 71 minutes
I really have problems working with formulas, and need all the guidance I can get step by step please.
I also need to be able to Sum these results for a total for the week. Can this be done as well?