crystal report
---------------------------------------------------------
group header#1 assign_support groups
abc & xyz
----------------------------------------------------------Group header#2 Items
formula called "Rest-Low-ST" place in group header#2
Shared Numbervar low_count := 0
low_count
---------------------------------------------------------- Details section Suppress
formula called "Count-low-st" place in detail section
Shared Numbervar low_count;
If (({Priority} = "Low" and {ticket_number} <> next(ticket_number}) and previous({ticket_number}) <>
next (ticket_number}))) Then low_count := low_count +1
-----------------------------------------------------------Group footer#2 formula called "Count-Low-Item" place in footer#2
Shared NumberVar low_count;
low_count
-----------------------------------------------------------
Group foooter#2 output
Items Urgent High Medium Low
Application 0 o o
wxyz 1 0 1 1
0 1 2 1
First record for Low is true and should display 1 but does not get evaluated. If anyone has any suggestion it would be appreciated
---------------------------------------------------------
group header#1 assign_support groups
abc & xyz
----------------------------------------------------------Group header#2 Items
formula called "Rest-Low-ST" place in group header#2
Shared Numbervar low_count := 0
low_count
---------------------------------------------------------- Details section Suppress
formula called "Count-low-st" place in detail section
Shared Numbervar low_count;
If (({Priority} = "Low" and {ticket_number} <> next(ticket_number}) and previous({ticket_number}) <>
next (ticket_number}))) Then low_count := low_count +1
-----------------------------------------------------------Group footer#2 formula called "Count-Low-Item" place in footer#2
Shared NumberVar low_count;
low_count
-----------------------------------------------------------
Group foooter#2 output
Items Urgent High Medium Low
Application 0 o o
wxyz 1 0 1 1
0 1 2 1
First record for Low is true and should display 1 but does not get evaluated. If anyone has any suggestion it would be appreciated