Hello Everyone!
Using Crystal XI R2 and SQL Server
I looked around and saw many threads with similar issue and tried the solutions and nothing worked for me.
I tried working with Crosstab and got nowhere.
Here is my problem
I have a DateRange for the user to pick the dates
Then this is how i would like the results to be displayed
By Type Month#1 %Diff Month#2 Month#3
//based on the dates the user picks
Network Issue 100 (100-200)/200 200
The % Diff is the diff 0f current month total and next month total divided by next month total.
(Month#1-Month#2)/Month#2
It would be great if i can get this in a crosstab.
Thank you in advance.
Using Crystal XI R2 and SQL Server
I looked around and saw many threads with similar issue and tried the solutions and nothing worked for me.
I tried working with Crosstab and got nowhere.
Here is my problem
I have a DateRange for the user to pick the dates
Then this is how i would like the results to be displayed
By Type Month#1 %Diff Month#2 Month#3
//based on the dates the user picks
Network Issue 100 (100-200)/200 200
The % Diff is the diff 0f current month total and next month total divided by next month total.
(Month#1-Month#2)/Month#2
It would be great if i can get this in a crosstab.
Thank you in advance.