Skip to main content
I have a report with a field that displays month and year (e.g. JANUARY 2016) it is called Invoice_Month.

 

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 件の回答
  1. 2016年1月11日 2:48
    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
0/9000