PDA

View Full Version : New Chart for each change in data



cmickel
01-05-2012, 11:36 AM
Can anyone tell me how to set up a report so that when there is a change in data, a new chart is created. For example: let's say I have something like dollars per month by year and I want to display a bar chart of the dollars each month. But I want a different chart of this at each change in year. Can I do it without making each chart individual for each change manually?

Tess
01-11-2012, 01:35 AM
Try create dashboards for this feature

Taqua
01-11-2012, 05:15 AM
Use groups (group by year) and place your chart into the group-header or footer. Make sure your group has a name and then set that name in your chart's data-collector's "group" property.

If you do not have the year available as a separate field, use a function to calculate it.

=YEAR([your-date-field])