
Contributor II
2019-04-12
04:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Total saels by MonthYear
hello,
I want to get the total sales by Month Year in one Table as shown below. the month year shows will varies depending on sales calculation (will take 3 previous month from year /month selection). how can I calculate the total sales by monthyear? is it feasible?
Day | Month and Year | Net Sales - Selling Price | Total Sales |
1 | Feb-2019 | 10.00 | 518 |
1 | Mar-2019 | 12.00 | 513 |
4 | Feb-2019 | 15.00 | 518 |
4 | Mar-2019 | 11.00 | 513 |
5 | Feb-2019 | 25.00 | 518 |
5 | Mar-2019 | 288.00 | 513 |
6 | Feb-2019 | 200.00 | 518 |
6 | Mar-2019 | 200.00 | 513 |
7 | Jan-2019 | 250.00 | 252 |
7 | Feb-2019 | 268.00 | 518 |
7 | Mar-2019 | 2.00 | 513 |
822 Views
1 Solution
Accepted Solutions

MVP
2019-04-12
08:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
812 Views
4 Replies

MVP
2019-04-12
08:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be try this
Sum(TOTAL <[Month and Year]> Sales)
813 Views

Contributor II
2019-04-12
08:47 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It did not work since it gave me the sum for the 3 monthyear
809 Views

MVP
2019-04-12
08:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@joelle_alhanna wrote:It did not work since it gave me the sum for the 3 monthyear
What does that mean? I am not sure I follow
807 Views

Contributor II
2019-04-16
04:30 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry, I was doing something wrong.
the expression works
Thank You 🙂
788 Views
