I need to do an NL sum function to total up quantities, but I want to round each quantity before summing. Is this possible?
Date
Votes
1 comment
-
Jet Reports Historic Posts Hello -
If you are using a Dynamics NAV data source, here is an example of how to incorporate Excel's ROUND function in an NL(Sum):=NL("Sum","Cust. Ledger Entry","=ROUND(NF(,""Amount""),0)")
Please sign in to leave a comment.