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.
データを求めるプロンプトを表示せずに、レポートにデフォルトのパラメータ値を設定できますか? 昨日のデータだけを自動的に引っ張るレポートを作成するなど?過去7営業日などから?
Select Expert で 4444 が言ったことを実行することもできます。
{date_field} = CurrentDate - 1 //For yesterdays data {date_field} = CurrentDate - 7 //For the last weeks data