Hello,
I have been trying to come up with a IIF function to do the following
in a QBE grid:
If a number is 10 digits or less, then add leading zeros to fill up 11
spaces.
Examples:
1234567899 = 01234567899
02356 = 00000002356
If a number is 11, 12 or 13 digits, leave it alone.
Examples:
12345678991
645363736562
6475837645744
Any help would be greatly appreciated.
Thanks,
KP
I have been trying to come up with a IIF function to do the following
in a QBE grid:
If a number is 10 digits or less, then add leading zeros to fill up 11
spaces.
Examples:
1234567899 = 01234567899
02356 = 00000002356
If a number is 11, 12 or 13 digits, leave it alone.
Examples:
12345678991
645363736562
6475837645744
Any help would be greatly appreciated.
Thanks,
KP