Hello,
I am having a brainfreeze today. Could someone please help me figure this out. I have a simple report as follows
GH1 OpenTickets 141 RT Formula 141
GH1 Resolved Not SRF 43 RT Formula-184
GH1 SRF Older 30 days 6 RT Formula-190
GH1 SRF Within 30 Days 14 RT Forumla-204
Now I need to figure out Real Open Tickets which is computed as follows, 141-43-6-14. The answer should be 78. So what I have done is I created a running total formula as follows:
Whileprintingrecods;
numbervar x:=x - Count ({p_total_tickets_detailed;1.TicketNum}, {p_total_tickets_detailed;1.DateSelection}))
However, my numbers are as follows for my running total(RT): -141 then -184, then -190 then -240. My formula is wrong somewhere. Any ideas?
Using crystal report 9.0 advanced. Thanks very much.
I am having a brainfreeze today. Could someone please help me figure this out. I have a simple report as follows
GH1 OpenTickets 141 RT Formula 141
GH1 Resolved Not SRF 43 RT Formula-184
GH1 SRF Older 30 days 6 RT Formula-190
GH1 SRF Within 30 Days 14 RT Forumla-204
Now I need to figure out Real Open Tickets which is computed as follows, 141-43-6-14. The answer should be 78. So what I have done is I created a running total formula as follows:
Whileprintingrecods;
numbervar x:=x - Count ({p_total_tickets_detailed;1.TicketNum}, {p_total_tickets_detailed;1.DateSelection}))
However, my numbers are as follows for my running total(RT): -141 then -184, then -190 then -240. My formula is wrong somewhere. Any ideas?
Using crystal report 9.0 advanced. Thanks very much.