Hey Team, I have a small doubt.
User has entered some records in a module out of which some of them are decimal records like 1.5 or 2.5 and some are 1 or 2.
Here I need to identify those records which have decimal in them?
Also, I was thinking it to make 1.5 as 1, 2.5 as 2 and leave 1 and 2 as it is since it is not decimal.
I tried round function but couldn't achieve it.
Can somebody help me on this?