上記のように3かつBのディメンションに入力される値のみを取得する方法はありますか?
※3-B(ラインアイテム)全てに100が入る形でも問題ありません
リストラインアイテムを使用したLOOKUPは試したのですが、Source module.valueが全項目それぞれ出てきました。
上記の他にSummaryなどの設定が必要でしょうか?
【追記】ディメンションを削除したところ、臨む値のみを取得することができました
TristanS ありがとうございました
Yes there is a way.
Step 1: Create a constants module with the following line items
SYS001 Constants
Line Item
Format
Formula
B Constant
List for B
finditem('List for B', "B")
3 Constant
List for 3
finditem('List for 3', "3")
Step 2:
Target module to have dimension specified in the rows of your example.
Value will be
Target module.target line item = Source module.value[Lookup: 'SYS001 Constants'.'B Constant', Lookup: 'SYS001 Constants'.'3 Constant']
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…