Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I have one field in which values are
Field1
000234
.345
2356
9876
000012
Field 2
234
.345
2356
9876
12
Required Output
234
.345
2356
9876
12
Pls help
Regards
Abhay
Evaluate?
Load all fields with
num(num#(DataField), '#.###', '.')
Finally the output is field2?
Simply do num(Field1)
or
purgechar(Field1,'0')
i think this is what you required.
Hi Abhay,
I think you need to apply purgechar logic which Kush has mentioned above. for reference go through attached file.
Cheers,
Ganesh
Hi Abhay, did you able to manage to get the solution, please? Thank you.