Hi All,
I have a short string field in my table and i converted the values in number using the to number function and then try to get the value as int.
int(tonumber({ClearQuest.fldcolumn_2}))
I am always getting the value with two decimal points.
example
I am getting "1.00' instead "1", why it is ? any help will be appreciated?
Thanks
Saran
I have a short string field in my table and i converted the values in number using the to number function and then try to get the value as int.
int(tonumber({ClearQuest.fldcolumn_2}))
I am always getting the value with two decimal points.
example
I am getting "1.00' instead "1", why it is ? any help will be appreciated?
Thanks
Saran