Hello,
I have the following problem: I am turning a Sales Order into a Sales Invoice.
- For sales line 1 and 2 I assign a quanityt
- For sales line 3 I dont
On the pdf of the sales invoice it shows sales line 3, with a 0 quanity
-> I dont want to show lines with zero quanitites
What a bummer. Thank you all for your answer!
I agree with Valentin ,
See link attached to add row visibility. The code will be similar to the following.
=IIF(Fields.Menge.Value=0,TRUE,FALSE)
Unfortunately that's how the functionality works out of the box, one option and the easiest one would be to customize your sales invoice report to not display lines with a quantity of zero
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,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156