Using Crystal Report 8.5.
I have a requirement to display group's running total value on Report Header Section. I have tried using the same sum of running total field in report header, it just display 0 (zero). But running total at group footer shows value. How do I achieve displaying this running total
Is there any other way I can acheieve this other than using running total.
In visual:
-------------
Report Hdr:
Count: <run_var_tot_count> ---- 0 ?
--------
Page Hdr:
---------------
Grp Hdr: run_var_reset
---------------
Detail: run_var_tot_count + count
---------------
Grp Ftr: run_var_tot_count
---------------
Rpt Ftr:
-----------
Page Ftr:
-----------
Thank you
rkgrp
I have a requirement to display group's running total value on Report Header Section. I have tried using the same sum of running total field in report header, it just display 0 (zero). But running total at group footer shows value. How do I achieve displaying this running total
Is there any other way I can acheieve this other than using running total.
In visual:
-------------
Report Hdr:
Count: <run_var_tot_count> ---- 0 ?
--------
Page Hdr:
---------------
Grp Hdr: run_var_reset
---------------
Detail: run_var_tot_count + count
---------------
Grp Ftr: run_var_tot_count
---------------
Rpt Ftr:
-----------
Page Ftr:
-----------
Thank you
rkgrp