Hi
I am using Sale Order & Line DataItem . In Line DataItem property i want to add in Table Filter that there should not be a particulat Item No say 'XYZ'.
*This post is locked for comments
Hi
I am using Sale Order & Line DataItem . In Line DataItem property i want to add in Table Filter that there should not be a particulat Item No say 'XYZ'.
*This post is locked for comments
If you don't want to consider then you need to use FILTER <> like below
WHERE(No.=FILTER(<>A32950))
Hi
I have written this . I want that this item no should not be considered .
WHERE(No.=CONST(A32950))
Thanks
Using DataItemTableView Property on the DataItem and using the table filter apply the CONST filter for the No. and use the Item NO. Value.
André Arnaud de Cal...
292,494
Super User 2025 Season 1
Martin Dráb
231,309
Most Valuable Professional
nmaenpaa
101,156