I'm trying to get a complex result for a report in RDLC format and a Blazor application
I add in attachment the result expected, my result and the RDLC file
In the file "result-expected" I described in red the two values I don't know how to calculate and named them 3 and 4 in the picture
I tried to calculate number 4 using the function RunningValue because it seems to be the most closer to the result I need (detail / sum in the group)*100 but some of the values are correct (I highlighted them in green in the file my-result) and some other not (in red in the picture) and I can't understand why. It seems to be a problem of the order of calculation done but not only
Number 4 in the picture instead I don't have any idea on how to get the result because I should use the RunningValue in the sum of grouped row divided by the RunningValue in the sum of the total datasource rows but this gives me an error
The data are grouped by "posizione"
Do you have any solution or suggestion ?
Thanks
Attachment:
Test_dcf307bf.zip