Totals by Fund with Fees ======================== This report mimics the main Totals by Fund report with the addition of columns for **Base** (the amount given before the fee is added) and **Fee**. Use this report if you simply need to see fee totals for each fund. If you need to see each individual contribution entry for which fees were covered, see the report :doc:`DetailsWithFees`. The report is accessed from the Other Reports menu on the Totals by Fund page. Create the Totals by Fund with Fees Report ------------------------------------------ Step 1 Create a new SQL Report named **TotalsByFundWithFees**. Step 2 Copy the :ref:`code below ` and paste it into the new SQL file you created. Save the script. For more detailed instructions on creating SQL Report click the link below. .. seealso:: :doc:`../CreateSqlScript` Run the Totals by Fund with Fees Report --------------------------------------- Step 1 Go to **Administration > Contributions > Totals by Fund Report**. Step 2 Select the **Date Range** and any other filters you want for the report. Step 3 Select **Totals By Fund With Fees** from the **Other Reports** drop down menu. The report opens on-screen. If you want it in Excel just select the **Download to Excel** button. .. _TotalsByFundWithFeesCode: Code for the Report ------------------- .. literalinclude:: Files/TotalsByFundWithFees.sql :linenos: | | +--------------------+------------------+ | **Latest Update** | **05/14/2021** | +--------------------+------------------+ Added this article.