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.
Sohail Ahmed
2
mmv
2
Amol Salvi
2