I have source data DATE format as 01-01-19(MM-DD-YY) . I need to map this date format to destination format as
JAN19(MMYY).
01-01-19(MM-DD-YY) -> JAN19 (MMYY).
Kindly someone help me in this .
@Lokeswar
I suggest you to look at time functions in anapedia: https://help.anaplan.com/59773852-2955-4c72-a7e5-1f36207dd896-Time-and-date-functions
For your use case to change date type to time period type you would need PERIOD() function.
This requires to set target line item format to Time Period > Month.
Cheers,
Kirill
If you need to aggregate source data by time period (months) in target module you should use SUM function: https://help.anaplan.com/fa7ab44f-c31c-4928-88b3-9fe28ca8a774-SUM
Hi @Lokeswar If your data is coming in Date formatted line item you can use Period() function like @KirillKuznetsov mentioned.if your date is coming as text, you can use below method in Anaplan to get the month for respective dates.
Thanks,Manjunath
I do not think this will work because currently my data is coming in formatted as a List not a date nor text. I need it to come in as a List because it helps map the data, but I need to also find a way to get it to come in as a date or text as well if possible.
The Column is the data that is coming in as a List, and the Date Applied LI is formatted as a date and I need to find another way of bringing in this data.
Thank you
Hi,
You can create a line item in text formatted and put the formula Name(item(your list)) to bring the list into text formatted line item. And use right,left,mid,find and value function to bring into the data into date formatted.
Thanks,
Manjunath
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…