I am getting a divide by zero error on this when I am calling it from VB.6 I am using Crystal 10.

If {Sales.Suggestion} = 'Lower' Then
Count ({Sales.Suggestion})

But when I just do.
Count ({Sales.Suggestion})
Then I do not get that error.

What is going on? Any ideas?