I am looking for a solution to keep the length of the record constant to 10 digits.
For ex if I have 7 records like this 1) 1234567
2) 123456
3) 12345
4) 1234
5) 123
6) 12
7) 1 Then I need to achieve 1) 0001234567 2) 0000123456 3) 0000012345 4) 0000001234 5) 0000000123 6) 0000000012 7) 0000000001.
I can achieve this in excel by using REPT function but looking for solution in Anaplan. Any help greatly appreciated.