0
私はcrystal XIを使用していますが、承認日がレポート実行時の最後の6時間以内のレポートを実行したいとします。私はこれをどのように計算するか分からない。日時計算は6時間前
//show all admission dates that have occurred more recently than 6 hours
//before the current date/time
//replace {table.field} w/ correct value
{table.field} >= DateAdd("h", -6, DataDate + DataTime)
: