Hi,
I'm trying to convert a date into a text line item but Month and Day sometimes have only 1 digit when I need two.
Do you know how I can achieve that ?
Hi @stheapaut,
Month and Day sometimes have only 1 digit when I need two
Use RIGHT() function to solve that.
I hope this helps.
Seymaπ·π
I guess you know that converting date to number is the first step. Next, when you convert from number to text, you would want to apply a conditional statement like if day number <10, then append zero to the text result, and similarly if month number < 10 then append zero. Cheers!
Thank you for your answers :)
Hello All, Is possible to Data label colours based on Legend? By default the Axis in ANPALAN steps up by 2.5K, how to manually adjust? Data labels for all legends is not displayed, possibly due to size, how to move the labels TIA
Hi, I was hoping to get some help with this situation, where I am trying to take a list to list mapping on the left and get an output similar to the right, but the main idea is i want to be able to make the selected item (format: list), the dimension of a target module and reverse map the original source list as a listβ¦
Hello everyone, I hope you're doing well. I'm posting because two of my coworkers are trying to use the Anaplan Excel Add-In Series 4, but they're running into an issue during the connection setup process. When they go to New β New Read-Only Connection (or New Connection) and reach the "Select a Customer" step, noβ¦