Hi everyone, does anybody know hot to get CR 8.5 to display just the last detail of any given group. The data I'm using looks like this:
Group header(order number) 21a
detail a
detail b
Group footer count of details=2
Group header(order number) 21b
detail a
Group footer count of details=1
I want to display just the last detail for each group like this:
Group header(order number) 21a
detail b
Group footer count of details: 2
Group header(order number) 21b
detail a
Group footer count of details: 1
Any help will be appreciated.
Group header(order number) 21a
detail a
detail b
Group footer count of details=2
Group header(order number) 21b
detail a
Group footer count of details=1
I want to display just the last detail for each group like this:
Group header(order number) 21a
detail b
Group footer count of details: 2
Group header(order number) 21b
detail a
Group footer count of details: 1
Any help will be appreciated.