Hi Experts,
Can we get value from summation of row to the end of the report group by UDF in row using PLD
Sample data
UDF Base
wt01 100
wt01 200
wt01 300
blank 100
wt02 150
wt02 250
wt02 350
The end of the report -- should have values below
wt01 = 600
wt02 = 750
Thanks