Hello,
I'm looking for a way to filter values in a matrix table with the latest month with no blank rows
To give you an quick explanation I have :
- 1 dedicated date table with month, year, etc....
- 1 data table with different suppliers and the amount they delivered.
For example in the table below Supp 2 didn't deliver for month 3 so I would like to display month 2 total only for Section 1.
If anyone have a recommendation or the glance of an idea I would be very grateful
Thanks,
I'm looking for a way to filter values in a matrix table with the latest month with no blank rows
To give you an quick explanation I have :
- 1 dedicated date table with month, year, etc....
- 1 data table with different suppliers and the amount they delivered.
For example in the table below Supp 2 didn't deliver for month 3 so I would like to display month 2 total only for Section 1.
If anyone have a recommendation or the glance of an idea I would be very grateful
Thanks,
Month | 1 | 2 | 3 |
Section 1 | |||
Supp1 | 50 | 20 | 30 |
Supp2 | 50 | 60 | |
Total | 100 | 80 | 30 |
Section 2 | |||
Supp4 | 50 | 60 | 200 |
Supp3 | 70 | 80 | 10 |
Total | 120 | 140 | 210 |