Regarding the question I will try to explain it with an example. I hope you understand.
The report has a parameter session like this:
Compania: 625 Fecha Ini: 04/15/2018 Fecha Fin:04/18/2018 Semana: 1
Compania: 625 Fecha Ini: 04/19/2018 Fecha Fin:04/21/2018 Semana: 2
Compania: 625 Fecha Ini: 04/22/2018 Fecha Fin:04/25/2018 Semana: 3
Compania: 625 Fecha Ini: 04/25/2018 Fecha Fin:04/30/2018 Semana: 4
... (hasta 8 semanas)
for each series of parameters "semana"
I call dataset
which invokes a stored procedure and must return the information for that series and so on for each series.
The final result should be to show me the result thrown for the 8 weeks.
** Note: I already started the report but it works by sending week to week and that is not the purpose.
** I can not use date burned code, because the user wants to enter them.
I hope you can help me as I can implement it.