Hi ,
I have a number 1.250356. I want to take only 0356 out of it. If i use mid and convert it to text it brings out a blank result
MOVEHISTORY.CYCLETIME=1.250356
For example
mid(totext({MOVEHISTORY.CYCLETIME}),5)
Is there a way to get this number 0356?
Thanks
Devaki
I have a number 1.250356. I want to take only 0356 out of it. If i use mid and convert it to text it brings out a blank result
MOVEHISTORY.CYCLETIME=1.250356
For example
mid(totext({MOVEHISTORY.CYCLETIME}),5)
Is there a way to get this number 0356?
Thanks
Devaki