Hi all,
currently working with Application Express 20.1.0.00.13.
I have this requirement where columns declared as numbers in the database have to be shown on an APEX page with leading zeroes. In COBOL, yes, COBOL, we use to call this "zero fill right justified". But currently, a number column containing a value of zero will be represented as a single character as shown below.
![]()
where I would like it to show something like below:
![]()
Is there any way to do this in APEX at all?
Any tips, comments, suggestions are greatly appreciated as always.
Thanks,
Jake