Hi,
I have two DB fields that I"m working with. Entrydate and totalprice..
I'd like to do a report, something like:
2006 2007
Jan
Feb
March
etc...
So the sum of totalprice for Jan 06 and 07,
Then for Feb, and so on.
I've got a crosstab report going, but I'm having an issue with the dates.
As the column, I have entrydate and groupoptions set for the column to be printed for each year.
In the summarized fields, I have the sum of totalprice..
But I can't get the row correct.. Should I have entrydate here as well? Each time I try and group by month, the row goes:
Jan 06
Feb 06
and on down
Jan 07
Feb 07..
In stead of just
Jan
Feb
Marc
Can someone point me in the right direction?
Thanks
David
I have two DB fields that I"m working with. Entrydate and totalprice..
I'd like to do a report, something like:
2006 2007
Jan
Feb
March
etc...
So the sum of totalprice for Jan 06 and 07,
Then for Feb, and so on.
I've got a crosstab report going, but I'm having an issue with the dates.
As the column, I have entrydate and groupoptions set for the column to be printed for each year.
In the summarized fields, I have the sum of totalprice..
But I can't get the row correct.. Should I have entrydate here as well? Each time I try and group by month, the row goes:
Jan 06
Feb 06
and on down
Jan 07
Feb 07..
In stead of just
Jan
Feb
Marc
Can someone point me in the right direction?
Thanks
David