There should be a function to convert Date to Text -- call it TEXTDATE(x)
That would be great if there was a TEXTDATE(x) function.
There is a way around it that includes concatenating text fields based on the DAY(), MONTH(), and YEAR() of a particular date.
I will demonstrate by using the day function, only to show an array of dates with multiple output options:
First, I create line items for the Text output for the Day, Month, and Year, I have separated them for display purposes but these line items can be nested into one if memory is a concern.
Next, I created multiple outputs in case there are different countries or business criteria across the company.
Below if the grid view for the outputs of the different date formats:
Thank you for this solution. This is helpful as there is no other option but creates unnecessary calculations and increases clutter.Vice versa the formula should work in the opposite way too.
Hello folks, Does anyone know how to work around the Polaris limitation of using the Formula or Ratio summary method alongside the Closing Balance within the same line item? I have a Business Unit list where the total (All BUs) must display the Corporate (1 of 20 leaf items under All BUs total) number of Unique Customers.…
Hello community, I have an issue with anaplan report (functionality). The issue I have is within couple of slides. The data in that report is scrolling into a new page. There is a hierarchy in the rows and line items and time in the columns. My problem is, the hierarchy is getting broken in the second page. One of the node…
I want to create an S3 connection that will have monthly data stored in individual csv files that is connected to ADO. Around month end, data will be uploaded multiple times, replacing existing csvs. When this happens I want to replace the existing data for that month with the new file. I don't want to have to create a…