製品の工場での生産データがあり、それを製品ごとに、各工場では何個生産したか集計した表を作りたいです。どうすればいいでしょうか。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
天谷様 ありがとうございます!!結局、中間モジュールで対応することにしました!!
Hello team, I am logging into Anaplan through SSO. I would like to create a batch script to import a file into Anaplan. For the Spoke model, I would like to run an process via a batch script to import data from the Data Hub. Can anyone provide me script for both the condition.
is there a way to import data with months in columns (usual excel table view)? I have to transform the data so there are rows to cover each period in the upload data form, but I am wondering if there is a better way to just import the data as is with the months in the columns. please let me know what you think. thank you,
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…