Hello,
Is "zero padding" possible in formula of Anaplan?
What I'd like to do is, for example, changing "123" to "00123" or "1234" to "01234" if a number has to be held as five digits.
In other words, I'd like to insert zeros into the left side of number until the number holds a specific number of digits.
I came up with the idea of using multiple "ifs" but this is not very efficient especially when the digit of original numbers greatly varies.
Thank you very much in advance.