Compare value and display result, and create PDF

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?

demo.aia (2.1 KB)

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?

Yes...

set clock interval to 100 in designer mode

But your aia no whee related with this topic

:thinking: :thinking:

What i have to do for this argument?

you are trying to equalise boolean in maths blocks

both statement will return either true or false

1 Like

thankyou !!

than what should i do now? :confused:

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
image

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


eventough im not getting the result ....

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