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
Thanks Reddy, it was simple finally. Thanks for your help.
I did not get your requirement.
1.TableRelation = "Item Reference"."Item No." where("Item No."=filter(='F00027'),
"Unite"=filter(='BT'),"Description"=filter(='X');
-----------------
2.TableRelation = BankDetailsTable.BANKNAME where(BANKNAME = filter(= 'sbi'),
BRANCH = filter(= 'mumbai'));
The second one ,I have used to filter the required values inside fields, such as bankname
& branch. More filters can be added depending on requirement.
Please Let me know.
Hope this helps.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,219 Super User 2024 Season 2
Martin Dráb 230,056 Most Valuable Professional
nmaenpaa 101,156