Hello,
I have an SSRS report where I configured the order of the parameters as below:
Entity | Period |
Activity | |
Begin_Date(2020) | End_Date(2020) |
Begin_Date(2019) | End_Date(2019) |
But when I execute the report (in visual studio and SSRS portal), I get the result below:
Entity | Period |
Activity | Begin_Date(2020) |
End_Date(2020) | Begin_Date(2019) |
End_Date(2019) |
Can you tell me how I can resolve this issue ?
Thanks in advance.
Best regards.