Kathyrlcrs
MIS
I am a fairly new user of Crystal Reports 9.
I have a formula field on my report as follows.
CURRENTDATE - datefield = @DOM
I am trying to group my report by the @dom field which is numeric.
I want to group by 180 days or more
120 to 180 days
90 to 120 days
under 90 days
When I put in the Group Selection:
@dom <= 180
the error comes up that I need a string
If i put in @dom"180" the error comes up that I need a numeric number?
Can you help me on this?
Thank You
I have a formula field on my report as follows.
CURRENTDATE - datefield = @DOM
I am trying to group my report by the @dom field which is numeric.
I want to group by 180 days or more
120 to 180 days
90 to 120 days
under 90 days
When I put in the Group Selection:
@dom <= 180
the error comes up that I need a string
If i put in @dom"180" the error comes up that I need a numeric number?
Can you help me on this?
Thank You