Hello!
I need to pull the total weight on hand as a single number. Is there a way to do a calculation in the function?
Item Table: Sum (Quantity on Hand * Gross Weight) = Available Inventory by Weight
Please and Thank you.
Date
Votes
1 comment
-
Jet Reports Historic Posts Hello!
You should be able to do a calculation that multiplies two different Jet Sum Functions such as:=NL("sum", "NAV TABLE", "Quantity on Hand")*NL("sum", "NAV TABLE", "Gross Weight")
Please sign in to leave a comment.