Trying to display a total for a formula field grouped by date.
Formula is :
if({v_CRA_blocks.cr_block_in_pacu_number}>"0")then
{v_CRA_blocks.cr_block_in_pacu_number}
I have 4 patients in this detail section
Pt 1 has 2 blocks
Pt 2 has 1 block
Pt 3 has 1 block
Pt 4 has 2 blocks
Total blocks = 6
Need to put total (6) in the report. I tried several options and nothing seems to correctly display the total. Suggestions please?
Formula is :
if({v_CRA_blocks.cr_block_in_pacu_number}>"0")then
{v_CRA_blocks.cr_block_in_pacu_number}
I have 4 patients in this detail section
Pt 1 has 2 blocks
Pt 2 has 1 block
Pt 3 has 1 block
Pt 4 has 2 blocks
Total blocks = 6
Need to put total (6) in the report. I tried several options and nothing seems to correctly display the total. Suggestions please?