Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
How can I get the 18 digit numbers to qvd with number format?
maybe this
TEST:
Load num#(INPUT) as NUM,
num#(INPUT, '000000000000000000') as NUM18
;
Load '999999999888888888' as INPUT AutoGenerate (1);
maybe this
TEST:
Load num#(INPUT) as NUM,
num#(INPUT, '000000000000000000') as NUM18
;
Load '999999999888888888' as INPUT AutoGenerate (1);