cancel
Showing results for 
Search instead for 
Did you mean: 

How can I title a Group chart with a field name automatically?

Former Member
0 Kudos

I use Group to generate Cross-Tabs with Charts in Crystal Reports 11.

Each chart comes with a cross-tab.

Two questions here:

1. How can I title a Group chart with a field name automatically? For example: Region1 Sales; Region2 Sales; Region3 Sales; ... Here "Region" is a field.

2. How to title a Group chart with a MODIFIED field name automatically? For example: "Region" is a field, but I want to change Region into Area in the chart: Area1 Sales; Area2 Sales; Area3 Sales ...

Thank you in advance.

Accepted Solutions (1)

Accepted Solutions (1)

nikhil_joy2
Active Contributor
0 Kudos

Hi,

I think there is no direct method to achieve this. You can use a separate formula as the title for group chart which returns the field name.

eg:- (@Region)+"sales"

I think you can modify formula for second requirement.

Regards,

Nikhil Joy

Former Member
0 Kudos

Got it.

Thank you.

Answers (0)