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
Hi, I am working on a solution where the User should only have access to write/edit the list members that they add from an Action on the frontend. This action adds another list member to a selective access list. The problem is, in order to run the action, you need access to the entire list, so you would see all list…
Hi ALL, In my model, I have Need stored at a 'D3' RS Group level. I need to use this Need in another module at the G5 Location level. I currently have a mapping module where each G5 Location maps to a D3 RS Group. This Module uses D2 Role as dimension. but the line item I've to find the RS Group (Find D3 RS Group = 'FIND…
I couldn't find any formula to do this, but I want a way to put on the page/grid the connection details. This is so I know what connection I'm in rather than going into Connections details to see it. Is there an XL3 formula to return this value?