Advanced Charting Issue
My latest assignment is to create a horizontal bar chart from a DB2 table to indicate the length of a project.
The table contains the Environment Name, the Start Date, the End Date and the Project Name:
"ENVA" 2010-01-01 2015-06-30 "REAL LONG PROJECT"
What is wanted is a chart with the environments on the vertical axis and the months (January through December of each year) across the horizontal axis:
Envrn. Jan 2010 Feb 2010 Mar 2010...Dec 2010
ENVA **********************************************
ENVA ********************
Perhaps this isn't a cfchart issue but an SQL one, but I can't figure out how to configure the query in such a way that will give me the information required to create the chart.
Any suggestions?
