I have a line item formatted as Time then Month. The picklist only displays the individual months and not the total FY. Is there a trick to show the total FY too? I'm trying to avoid creating a list with the months and total FY.
@michael.chefer
As per my understanding the problem, In Time period(month) formatted line item you can only select the months of your model time setting. and for FY you need to select the format Time Period(Year) It'll only show the FY's of your model time setting.
Thanks,
Jagadish Dash
Can't do it in single line. However if you are ok to this not - so - clean solution, here it is.
Create a dummy Time which has all the months and years
Create two lines, one for Month and one for years and use FINDITEM on these two lines. These two lines will be used for downstream calculations.
You will still run into aggregation issues as you will not be able to aggregate months and years separately.
Misbah
Miz Logix
No, there cannot be any trick to show, because of default settings. only way out is by using custom list.
Thanks,Manjunath
Hey everyone, I wanted to share the Anaplan Python SDK with you. It's a Python Library that wraps all Anaplan APIs and makes it easier to interact with Anaplan programmatically. It is mostly designed with Data Integration Scenarios in mind, but it does support all APIs including ALM, SCIM, Audit, and Cloud Works. Please…
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.
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…