on 2008 Sep 23 1:32 PM
Hi,
I can't seem to find a way to find out if a field contains a numeric value. Is there anything within standard mapping that would allow me to do that?
Many thanks
Hi,
you are right that there is no standard function.
But you could use a simple UDF (with parameter a 😞
>int i = 0;
>try {
>i = Integer.parseInt (a);
>} catch (Exception E){
>return "0";
>}
>return "1";
Regards
Patrick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
65 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.