I am running a crosstab query that looks like:
[OfficeID] [Year] [Population]
GroupBy GroupBy Sum
Row Heading ColumnHeading Value
What I then need to do is compute differences in the populations from one year to the next and come up with a score of 1 is there is a decrease in population or a score of 0 if there is a population increase.
Can this be done in a crosstab or am I doing about it incorrect?
[OfficeID] [Year] [Population]
GroupBy GroupBy Sum
Row Heading ColumnHeading Value
What I then need to do is compute differences in the populations from one year to the next and come up with a score of 1 is there is a decrease in population or a score of 0 if there is a population increase.
Can this be done in a crosstab or am I doing about it incorrect?