Hi all,
i have a special requirement ,
Actually when sales order is created, one sale order can have only one item but in some cases to comment on the invoice we use second or third line of item description but i dont want to display these extra lines on report.
can anybody tell me how to restrict this.
Markandey Pandey
0
Comments
SETFILTER(Type,'<>%1','')
or on the Body section you can do
CurrReport.SHOWOUTPUT(Type<>Type::"")
It's true...early on in my career I once gave a customer dynamic invoices. :oops: They would change when the flag on the item/resource changed and would print amounts that were not the same as what they had been posted as. :oops: x2
Be careful.
Actually its a hard balance for me. Since the more programmers there are out there doing stuff like this the more work there is for me, so maybe I need to stop helping people. :whistle:
You didn't mention what version you are on, but maybe this could help.