Crystal Report Group Fields Summery in Header? -


i have 4 groups. trying accumulative summation between grownups.

ex:

group1: = 140  group2: = 70   group3: = 20    group4:       = 10     group4:      = 10   group3: = 50    group4:       = 20    group4:      = 30  group2: = 70   group3: = 20    group4:       = 10     group4:      = 10   group3: = 50    group4:       = 20    group4:      = 30 

here snapshot of real report: enter image description here

i have tried using summerize fields sum first level , worked. tried sum summzrize fields, not possible sum those. tried totalrunningfields, display results in footer only. tried using custom formula, wasn't successfully.

can give me way of doing this. also, if example great.

actually after while, tried think of way implement report. crystal report tells not grouping on data makes hard implement logic based on grouping.

what did in th end have created view, , created several procedures selects view. each select have necessary grouping. after that, made sure each select contains id's can implement hierarchy want.

i mapped procedures , used smart linking feature in crystal report. relived me implementing formulas or logic in report self.


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -