- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Is there a way to create a report that will show Amount Invoiced per month by Product? It doesn’t look like I can add a Product field to the Invoice data source under the reporting section.
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Use the INVOICE ITEM data source instead of the Invoice data source. Invoice Item is linked to the Product object fields. You can add the "Product: Name" field to your report. Example:
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Use the INVOICE ITEM data source instead of the Invoice data source. Invoice Item is linked to the Product object fields. You can add the "Product: Name" field to your report. Example:
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Amount Invoiced monthly by Product
Another resource on this topic can be seen HERE in this forum discussion. It covers how to create a report on the gross billing by product over time. It's addressing the same question and adds a bit of color in the process.