Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: SambaDancerDear all,
Using Lavastorm 5
Field "myValue" of type "double" shows a value of 194.89
I want to filter on this exact value.
However, if I make a filter node (from the BRD Viewer: Copy as filter) where it says
emit * where myValue == 194.89 gets 0 results.
Only
emit * where myValue.str() == "194.89" gets me the exact number of results.
I guess this has something to with rounding and scientific notation.
But even the following code gets me 0 results:
test = (myValue * 100).int()/100
emit *,test where test = 194.89
Can someone please explain - in lay-man's terms - why this is so difficult and what I could do to ease things?
Thanks!
Bart Roeleveld (Coney, The Netherlands).