I am trying to upload the file with the data and headers below. But for some reason I am getting an error on the time setting. not sure what to do here or how I should be setting the dimensions of the module.
@drathod
Yep. This is a good use case. The top issue here is the first column in your transaction file. Anaplan needs a unique identifier for each row so your choices are :
Here's @rob_marshall most excellent article on loading data of this sort. Totally worth it to read and will change your Anaplan life forever!
https://community.anaplan.com/t5/Best-Practices/Data-Hubs-Purpose-and-peak-performance/ta-p/48866
@drathod @JaredDolich
Actually, you have everything you need right there, just change the columns for months to represent the Year (along with the months).
Then, your module will be dimensionalized by Accounts (which you have), Time, and Versions. Create one line item and name it Data which is where the transactional data will be loaded to.
Rob
Wait on what I just said above, what does BugetYear represent?
So the budget year in this case represents fiscal year for actual and forecast for each of the different accounts.
and then you have the amounts across the top separated by month.
Thank you so much @JaredDolich and @rob_marshall !!
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…