Do it option is disabled
connect with companion, and test
It shows that the operation cant accept the arguments 0.0-0.5
can you share your demo aia?
i need the result without clicking the check button (i have to delete that) just by entering inputs in the text box ....is that possible?
you are trying to equalise boolean in maths blocks
both statement will return either true or false
thankyou !!
than what should i do now?
why dont use first rule alone, becuase there itself everyting were set up..
It must be gretaer than 0.0 but less than 0.5
thats for reference value alone....i need to compare it with user's input
The operation > cannot accept the arguments: , ["0.0 - 0.5"], [0]
this is the error im getting continuosly
i hope now it is clear to you
you can change the input type to number in designer.. if so first logic can be deleted
you can change this logic too
here value will accepted from 0.0 to 0.5 if you want to exclude mean dirstly use < or >
If i done like this am getting 'OK' as result for all the values am entering
But... Why are you using or logical condition?? You want between the value only know, if so you should use and
then what should i do