Hi,
I try to combine filter in request
Currently i have this : and the result is that it show me the value in red under the field (N° reference)
field(500; "Gtin BT"; Text[50]) { TableRelation = "Item Reference"."Item No."; FieldClass = FlowField; CalcFormula = lookup("Item Reference"."Reference No." where("Item No." = field("Code article")));
I would like to combine F00027 (field "Code article"") with value BT from field (Unité) and the Field (Description) when it contains the value "X" to show the value from the field (N° référence). (in Yellow in this case )
Thanks in advance for your help