Doing a simple group query, unfortunately "Duration" field has 2 different values minutes or hours. Want one value in the end "Hours".
If Payment Group = X then they need to be treated as Hours.
All others in Payment Group need are Minutes and converted to hours(divide by 60).
Hours:IIf([0001Initial_Extract_OT]!Pymt_Group="X",Sum([Duration]),Sum([Duration])/60)
:banghead:
If Payment Group = X then they need to be treated as Hours.
All others in Payment Group need are Minutes and converted to hours(divide by 60).
Hours:IIf([0001Initial_Extract_OT]!Pymt_Group="X",Sum([Duration]),Sum([Duration])/60)
:banghead: