Hi everybody I am using the Rule-Based Row Filter node, I am trying to make a simple filter but the output table is empty. I want to filter the values above 3 from column A and I am typing the following "command":
// $A$> 3.0 => TRUE
I cheked that effectively the column A has values above 3. The column A values are Double.
Thank you