Alert condition not working for long type for value >0.6

Hi ,

I am processing data which contains name , value columns. Value contains float,long types based on type of the name(name1,name2).

name :name1
value: 0.7345
name:name2
Value:2.345
In alert i have configured condition for particular name(name1 contains long value like 0.73) . If my name value greater than 0.6 it should trigger an alert.so i configured condition

value > 0.6

(maximum value is 1) ,But its not triggering the alert. Its working for float format name values(name2), . Whenever my datatype is long the alert condition is not working , I tried to convert this long into float in pipeline rule, but only long ,double functions are available there. Help me to sort out this issue. Please find the error for reference.

Thanks,
Jay’Capture

I think this is a bug. Could please open up an issue on github for this? That would be really helpful!

Thanks a lot!

- Konrad

1 Like

Sure @konrad i am doing. Thanks

1 Like
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.