XML DAT - Value Parameter accept Float?

Hi,

I am attempting to filter some data through the Value element scope, and am not getting a pattern match when I have a Floating point number, but do when I used an integer… is this supposed to be the case?

thx

J

Can you supply us with an example of the data you are trying to filter?
Value is just a string pattern comparison, it does not do any numerical
conversion.

Cheers
Rob.

hi Rob… I just used a math to mutiply by 10 in order to get an Integer… easy workaround, so no fret. You still want to see an example?

I think thats fine. Just keep in mind, value is a string value, not a numeric value.
Cheers