製品の工場での生産データがあり、それを製品ごとに、各工場では何個生産したか集計した表を作りたいです。どうすればいいでしょうか。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
天谷様 ありがとうございます!!結局、中間モジュールで対応することにしました!!
Hi, I have a module with a time range as a dimension. I've set it with a daily time scale, but Anaplan's way of showing daily dates is for example "1 Jan 37" and I need it to be in numbers because when I export it excel doesn't recognize it as the date format that I've set in Windows (OS) (when a date as two digits it's…
Hi All, I want to address an query related to exports, In Output model, which is read access for all users & roles.user want to have dynamic export depending on user selection of multiple regions. So for selected regions , they will be able to see the data only for selected regions. Thanks,
Kindly assist me to load data into the model.