Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Crystal XI を使用しており、承認日がレポート実行時間の最後の 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)