時間と日を計算する必要があります(完全に計算します)。私の問題は、クリスタルレポートのクエリがわからないことですが、病院のプロジェクト請求書で、数日後の時間数(5日と6時間など)を計算する方法を検索しました..
私が検索した方法は、この Sql Query です.....これを Crystal Report クエリに展開する方法を教えてください
declare @firstdate int = (select DATEDIFF (hh,AdmitPatientBed.StartDate , AdmitPatientBed.EndDate) from AdmitPatientBed where APBId = 4)
declare @seconddate int = (select DATEDIFF (Day, StartDate,AdmitPatientBed.EndDate)*24 from AdmitPatientBed where APBId = 4)
select @firstdate-@seconddate as hours