Hi, i want to get volume data based on the line item 2 to my target module which is at year level. But my source having the time dimension while i am writing the formula no values are coming
Hi,
If you have summary ON for 'volume' in source module, without even using lineitem2, you can simply use YEARVALUE function in the target module.
Cheers!
@AjayM . Yearvalue based on volume ?. If i do that all the values will come to 2023. here i need the values based on the line item 2
OK, was assuming lineitem2 reflects year of respective week in time dimension, my bad. In your case, since lineitem2 is not directly linked to time dimension of the module, with two conflicting dimensions representing real time, I am afraid you would need an import action to achieve the expected result.
In the import action, you should map source lineitem2 to target time, but not source time to target time. Import will automatically aggregate the volume and load.
Hi, May I check why your week1fy23 is going to different years? Technically it is feasible by using SUM over line item 2 in your destination module - Volume[SUM: Line item 2] In case it isn't available as a list you can easily convert it & use finditem(time,text) to convert it to Anaplan native years.
its a requiremnt. we tried sum but its itsn't working.cheking new ways how to do it.
1 of the ways to achieve the result is create a custom weeks list & establish a mapping between native & custom weeks. Use lookup to pull your values to the custom week. Create a mapping between the new list & the target list & use sum over that.
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…