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.
こんな報告があります
分類 項目 数量 重量 (Kg) 値
分類ごとの小計と総計を重量と値の両方に追加したいと考えています。どのように?
分類の小計を追加するにSumAllは、対応するフィールドのプロパティを[はい]に設定する必要があります。ただし、重みと値の総計を手動で計算する必要があります。メソッドからProgrammableSection実行することで、それらを個別に表示できます。element.execute(...);fetch()
SumAll
ProgrammableSection
element.execute(...);
fetch()