Hi,
I am pretty new at Crystal and I do have a situation.
I have a report structured as follow:
Group1
Group2
Detail (suppressed) includind several formula such as
DateTime
and
Group Footer2
DateTime
and
//G2 GOS Call
if ({#ansdCall}+{#abndCall}) <> 0
then Round((({#ansdCallSlv2}/({#ansdCall}+{#abndCall}))*100),2)
else 0 for now we can call this formula G2gos%call
Group Footer 1
What I would like to do is create a bar graph with : DateTime on X Axis, and G2gos%call on the Y Axis
The problem is in the Dtata tab of the Graph Expert, I cannot select G2gos%call as it is not present. However gos%call is...
Any idea?
Many thanks,
Regis