I need to create metrics that provide tonnage calculations in pounds. The calculation will be unit sales qty * content. Content is defined as a numeric (ie 20) and contents_units is defined as pounds, kg, ounces, etc. I need to uses both 'content' and 'contents_units' in this calculation in order be able to calculate the equivalent pounds for an item with a content unit other than pounds. I'm confused as to how to do this. Any suggestions to get me started?? thanks!