Hi ..
i want to apply filter to decimal field with below criteria :
100.75
19.50
12.00
21.50
98.35
45.50
i want to filter for value ending with (0.50), the result ( 19.50 - 21.50 - 45.50 ) ...can we do it direct or need to write code.
i am planning if can't be direct from the field , need the code to be used in data port .
0
Comments
DecValue is a variable defined for field.table ? ... or variable as decimal ? ..
coz it's not giving me the right value ..
What error did you receive?
it's OK now ... i correct the code
thanks for your help ..