K
Kelvin Leong
Hi there,
I have a field that stores 4 digit numbers as text in a field. I would like
to remove the duplicate digits in a query so that it can be used in a report.
I would also want to maintain the original numbers in the field. The
following are examples of number and the result after filtering:
2929 => 29
1311 => 13
0230 => 230
4121 => 124
Noticed that the number 0 is put last. How can I achieve the above result?
Do I need to create a public function? if so, how can it be done?
Thanks
I have a field that stores 4 digit numbers as text in a field. I would like
to remove the duplicate digits in a query so that it can be used in a report.
I would also want to maintain the original numbers in the field. The
following are examples of number and the result after filtering:
2929 => 29
1311 => 13
0230 => 230
4121 => 124
Noticed that the number 0 is put last. How can I achieve the above result?
Do I need to create a public function? if so, how can it be done?
Thanks