SSSFisgard
Technical User
- Nov 7, 2006
- 27
Hi guys,
I'm working with Crystal Reports XIR2, and a SQL Server database.
What I'm having isssues with, is summerizing a formula. I've done it in the past with no problems but I'm having a hell of a time doing it now.
What I have is 2 formulas {@yield1} & {@yeild2}. What I need to find out is how many records of {@yield1} are greater than {@yield2}.
What I have done so far is created an if then else statement thats says if {@yield1} > {@yeild2} then 1 and then try and sum on that formula. Thats where I get "This field cannot be summarized".
Any idea how I can get around this.
Thanks
I'm working with Crystal Reports XIR2, and a SQL Server database.
What I'm having isssues with, is summerizing a formula. I've done it in the past with no problems but I'm having a hell of a time doing it now.
What I have is 2 formulas {@yield1} & {@yeild2}. What I need to find out is how many records of {@yield1} are greater than {@yield2}.
What I have done so far is created an if then else statement thats says if {@yield1} > {@yeild2} then 1 and then try and sum on that formula. Thats where I get "This field cannot be summarized".
Any idea how I can get around this.
Thanks