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.
わかりましたので、変数eIncorrectと2つのフィールドがTotalあり、CreatedMonthDate
eIncorrect
Total
CreatedMonthDate
誤った金額を過去 2 か月の合計数で割った式を作成したいと考えています。
私はこれを試しました(疑似かもしれません):
=$(eIncorrect)/Count([Total]) where ([CreatedMonthDate] -2)
これは明らかに機能しません。