
There is another field that shows a dollar value Total_Placement_Value (these are sales).
I would like to sum all of the dollar values that match each month, so I can group by Invoice_Month, and it shows the SUM of Total_Placement_Value across all items for that month.
How can I do that?
1 risposta
You group the report by Invoice_Month and the click on the dropdown on the Total_Placement_Value field and choose to summarize it. Choose SUM. That should be all you need to do