swoozie
04-13-2004, 08:17 AM
Report created by wizard in Crystal 9. Need to add some improvements.
I have a selection I want to create a subtotal based on a change in the name.
Ie,
I have a selection of tickets and the names of the individuals who opend them, I want to count/add up the number of tickets that each individual used to open
I tried
Numbvar Person
Whileprintrecords;
If {[TableName.NewCallAuthor]} = "PersonName" then
Person = Person + 1
Which isnt what I want and doesnt work
I want it to count for each change in person.
Any suggestions?
I have a selection I want to create a subtotal based on a change in the name.
Ie,
I have a selection of tickets and the names of the individuals who opend them, I want to count/add up the number of tickets that each individual used to open
I tried
Numbvar Person
Whileprintrecords;
If {[TableName.NewCallAuthor]} = "PersonName" then
Person = Person + 1
Which isnt what I want and doesnt work
I want it to count for each change in person.
Any suggestions?