Hi
I have the below flowfield that I use for a Cuegroup.
I want to do following:
I want to add an Exist(). If Exist returns true, the CalcFormula must be as below else another one.
field(3; ServiceLine ; Integer)
{
FieldClass = FlowField;
Editable = false;
Caption = 'Service Lines';
CalcFormula = count("Service Invoice Line" where("Document Type"=Filter(1));
}
*This post is locked for comments
I have the same question (0)