Consider a integer field say "key"...
I want to display the value of key in "000001" format and also to restrict it to 6 digits
So if the value is 5 then it should display as "000005", 6 as "000006", 7 as "000007" etc....
Is there a way to achieve the same....