Hi all,
I have the following requirement.
I have two filter parameters 1. year and 2. month.
If he selects month in the filter, report should display weekly data (based on month).
Note : It's cloud instance. I dont have access to rpd.
The report should display is in the following way.
Name of Transporter | Fiscal Week 1 | Fiscal Week 2 | …………. | MTD |
Truck Fulfilment | Truck Fulfilment | Truck Fulfilment | Truck Fulfilment |
Transporter A | '=B/E= accepted shipments/ total # of shipments | '=B/E= accepted shipments/ total # of shipments | '=B/E= accepted shipments/ total # of shipments | Sum = w1+w2+.. |
Transporter B |
Transporter C |
When the user sees the truck fulfillment in Fiscal Week, they should be able to click on it to drill down to a day-wise view of the same.
How to achieve the weekly data based on month filter (it''s 445 calender)
If he select Jan month first 4 weeks should display and vice versa.
Regards,
Ram