Hi,
I am using crystal version 10.
I have say 100 computers and i am evaluating which of them have warranty expired by using:
if isnull({warranty_end date })
then
"Assets With NO Warranty INFO"
else if {warranty_end date } <= CurrentDate then
"Assets Out Of Warranty"
else
"Assets Under Warranty"
Now I am creating an upper tier which divides the assets into critical or non-critical.
GH1 - criticality
GH2 -- warranty expired
Now what I am doing is creating charts in:
GH 1 -- "place chart" for each critical flag
On change of "warranty expired"
show values "warranty expired"
Formula for critical flag i am using is:
if {critical field value}= "Y" Then "Critical" else "Non Critical"
so the graphs come out for critical and non- critical. -- until this it is fine.
THE ISSUE IS:
I want to custom change the chart titles for critical and non-critical.
I am unable to do that.
Is there a way to get around to doing that??
thanks
Jk
I am using crystal version 10.
I have say 100 computers and i am evaluating which of them have warranty expired by using:
if isnull({warranty_end date })
then
"Assets With NO Warranty INFO"
else if {warranty_end date } <= CurrentDate then
"Assets Out Of Warranty"
else
"Assets Under Warranty"
Now I am creating an upper tier which divides the assets into critical or non-critical.
GH1 - criticality
GH2 -- warranty expired
Now what I am doing is creating charts in:
GH 1 -- "place chart" for each critical flag
On change of "warranty expired"
show values "warranty expired"
Formula for critical flag i am using is:
if {critical field value}= "Y" Then "Critical" else "Non Critical"
so the graphs come out for critical and non- critical. -- until this it is fine.
THE ISSUE IS:
I want to custom change the chart titles for critical and non-critical.
I am unable to do that.
Is there a way to get around to doing that??
thanks
Jk