Problem with Fx Expression X

Dear All

HI there I am trying to make a simple expression of x<1000 with the Fx component but I keep getting an error message from the Expression Designer. Could anyone be so kind to advise what I have missed in the process please? Many thanks indeed!!

I have attached a file herewith for your reference.

Thanks and Best regards

Yutaka

  • up

    Mateusz Zwierzycki

    It is because you're passing the values through the panel, which converts numbers to text... Therefore the expression variable input doesn't recognize it as a number. This might (or might not depending on David's intention) be considered a minor expression param bug, cause all of the other parameters can parse text back to numbers.

    The solution is to pass the values directly from the distance to the expression component.

    • up

      Yutaka takenochi

      Thanks very much Mateusz, that solved the problem, much appreciated!