Hi Team,
Is there a way for me to reset my cumulate on a monthly basis?
Thanks,
Elaine
@elaine.novel
Not exactly sure what you are attempting to do, but you might look into using the function MonthToDate() which will be much more performant than cumulate.
Rob
Hello Elaine,
It is not very clear what is your specific case (what are you cumulating, what is time frame, what is cumulation logic, etc), but I can suggest two things:
1) If you are using native Anaplan formula to Cumulate you should utilise 3rd boolean parameter which you can set on specific period to reset cumulation. Please review formula insights:
https://help.anaplan.com/1173a903-81bb-4838-a4d0-1c9f9c739aa3-CUMULATE
2) If you are using custom cumulation formula, like :
Sales Cumulated = Previous(Sales Cumulated) + Sales
you could try to use Cumulate or would need to enhance current logic it with IF THEN ELSE logic and your target formula would be something like:
Sales Cumulated = iF not (reset period bool) THEN Previous(Sales Cumulated) + Sales ELSE 0
Hope it would help
Hi Nickolay,
Thank you for taking time to respond. It is a normal reset of cumulate every after the month.. so it was like a 30-day cumulate.. I tried to cumulate with another criteria being the first day of the month and it worked but Rob's suggestion was more efficient. Thank you still. 🙂
Regards,
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…