MAX関数のマッピングを2つ同時にできない

image.png

上記のようにProductとFactoryごとに最大日付を算出したいです。

現状:以下のように1つのマッピングでは成功中

   ・source module.Date[MAX: Product]

   ・source module.Date[MAX: Factory]

理想:source module.Date[MAX: Product, MAX: Factory]

エラー内容:The formula for ーーーー is invalid:

      source module.Date[MAX: Product, MAX: Factory]

どのようにすれば2つのマッピングで日付の最大値を取れますか

Best Answer

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In