The DI reference guide indicates ( on p. 572 for version 11.7) that you can use the to_char function to convert a numeric to a character. Is this right? If so, is there any trick to getting it to take the 2nd parameter to format the numeric input into a character output? I’m having no luck. Thanks.
The function understands in 12.1
9 …a single number digit or omitted
0 …a single number digit or zero
D. …a period as decimal separator
D, …a comma as decimal separator
G. …a period as group separator or use a comma or a blank char
x …convert the number into hex using lower case chars
X …as above with uppercase
O …as above but octal numbers