I have a shared variable in my report which calculates running subtotals i subreport.
e.g.
group 1
100
200
300
---
600
---
but what happens is at the start of group 2 it doesn't reset this value so that the previous value gets added
e.g.
group 2
10
20
30
---
660 ( instaed of 60)
---
How can I reset this variable to 0 before going to group 2??
Thanks and regards,
Rohit
e.g.
group 1
100
200
300
---
600
---
but what happens is at the start of group 2 it doesn't reset this value so that the previous value gets added
e.g.
group 2
10
20
30
---
660 ( instaed of 60)
---
How can I reset this variable to 0 before going to group 2??
Thanks and regards,
Rohit