Jul 8, 2008 #1 syedmca Technical User Joined Jul 28, 2007 Messages 16 Location IN Hi, I need to count the number of times AAAAA,BBBB AAAAA BBBBB CCCCCC AAAAA BBBBB BBBBB count ---- AAAA= 2 BBBB=3 CCCC=1 Regards syed
Hi, I need to count the number of times AAAAA,BBBB AAAAA BBBBB CCCCCC AAAAA BBBBB BBBBB count ---- AAAA= 2 BBBB=3 CCCC=1 Regards syed
Jul 9, 2008 #2 IanWaterman Programmer Joined Jun 26, 2002 Messages 3,511 Location GB Just create a Running totals for each category In RT editor select your field, in summary select count on evaluate select the formula box and for each category enter {Filedname} = 'AAAAA' for next {Filedname} = 'BBBBB' etc. Ian Upvote 0 Downvote
Just create a Running totals for each category In RT editor select your field, in summary select count on evaluate select the formula box and for each category enter {Filedname} = 'AAAAA' for next {Filedname} = 'BBBBB' etc. Ian
Jul 9, 2008 #3 Madawc Programmer Joined Sep 5, 2002 Messages 7,628 Location GB You could also insert a crosstab in the report footer, this will count things automatically. Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10 Upvote 0 Downvote
You could also insert a crosstab in the report footer, this will count things automatically. Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10