Hi, I have a question regarding a flowfield count value from a table I have made:
CalcFormula currently looks like this, and works:
Count(Serienr WHERE (Item=FIELD(No.),Sales Header=CONST()))
But I need one more filter, which would look like this:
Count(Serienr WHERE (Item=FIELD(No.),Sales Header=CONST()),Serienr<>CONST())
But the <>CONST() is not allowed. Apparantly it is only possible to use the =. Not <>.
How is it possible to filter away all records where the text field value is empty?
Thanks in advance.
/Morten