Dear All,
I have a query with regard to writing a conditional expression and hope you can provide a suitable solution for the same.
Problem:
It is my intention to have a selection criteria for the data loaded on the graph. For example, I do not require the data for all non-zero values of Y-axis after 8500 ms on the X-axis. The expression below did not give the expected result:
=if("X [ms]" > 8500, 0 AND if(Y1 > 0), 0).
I'm not sure if the expression is correct and where to add it once its refined.
Thanks.
Best regards,
Suraj