Click here to Skip to main content
15,907,396 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to create a report as below:
|    Area    |    2005    |    2006    |    2007    |    Growth Rate(%) |
| ----------------------------------------------------------------------|
|     | Count|    4       |    6       |    8       |       22          |
|  A  |-----------------------------------------------------------------|
|     |   %  |    40      |    60      |    80      |       22          |
| ----------------------------------------------------------------------|
|     | Count|    6       |    4       |    2       |       -33         |
|  B  |-----------------------------------------------------------------|
|     |   %  |    60      |    40      |    20      |       -33         |
| ----------------------------------------------------------------------|
Note:
- Count: number of people
- %: percent of each area for each year
- Growth Rate: (Last Year - First Year)/Total People for each region

And here is my result set:
Year	Area	PeopleCount
2005	A	4
2005	B	6
2006	A	6
...

Is it possible to create this kind of report using Crystal Report Cross-tab?
If yes, please give me some advises.
Thanks!
Posted
Updated 19-Mar-12 22:32pm
v5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900