製品の工場での生産データがあり、それを製品ごとに、各工場では何個生産したか集計した表を作りたいです。どうすればいいでしょうか。3つの工場で生産があるものについては、TRUEとしたいのです。
Plant1,2,3をLINE ITEMではなくリストでもっていいのなら、 Prod、Plantをディメンジョンに持つモジュールを作って、 Line Item 'amountの集計' = amount[sum:Prod, Sum:Plant] ではないでしょうか?
フラグ付けについては元のDATAのほうにamount以外にTRUEっていうLINE ITEMを付けてProdだけを持つモジュールでAllで集計するとか? LINE ITEM = 'P全工場に実績ありフラグ' = DATA.FLG[All: DATA.plant] か plantにTop Hierarchyがあるなら、'ゼロ以上フラグ' = 'amountの集計' <> 0 とか。 初見の印象で実証せずに書いているので、勘違いがあったらすみません。 どうしてもLINE ITEMで持ちたければ、DATAのほうでもplant1,2,3というLINE ITEMを3つ作って、 なのか、中間モジュールで集計してからLookupするなど遠回りをする必要がある気がします。 Amaya
天谷様 ありがとうございます!!結局、中間モジュールで対応することにしました!!
Why are non‑admin users unable to view Module information on the Anaplan page, while workspace administrators can? (After click the three dots on the grids right up corner) Are there any configuration options that allow non‑admin users to view module details without granting full workspace administrator access?
Just like the main question above, I wanted to try out the new feature on the board where you can you the insights panel to put additional cards. However, I wanted to synchronize scroll a card on the main board with the card on the insights panel but I can't find where it might be.
Hi everyone, I am trying to create a connection ADO from PostgreSQL, but I consistently receive the following error: Failed to establish a connection The following message was sent from the target system: The SSL certificate is either invalid or not in unencrypted PEM format. Please check your certificate and try again.…