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
I have installed the Anaplan app in Salesforce, but have been receiving an error. In the Anaplan part it asks for you to contact support, but does not provide any details into how to do this, just raising a ticket in the portal? WOuld be great to have more information.…
Hello Everyone, I am seeking guidance on how I could create a workflow process in Fluence consolidation workspace, using the ADO import task. Does anybody know what kind of information I need to fill in these fields? I have watched the ADO training but only explains the data transformation and integration within Anaplan…
Hi I would like to set up pagination in management reports by assigning a page number to a list item and its parent but I also want to be able to keep a block of parent and list items together and not split over two pages. E.g. Parent 1 - 1 Child 1 - 2 Child 2 - 3 Parent 2 - 4 Child 3 - 5 Child 4 - 6 Child 5 - 7…