I would like to format as 10 digits in total regardless of the length of actual data, filling with leading zeros.
Example actual data is 123456
, Then my result would be 0000123456
. But the actual data has the dynamic length, means we can't guess all the time.
Can I achieve in SSRS? Instead of formatting in SQL?