|
|
Question : CFCHART not showing up in my browser. Please help
|
|
Hello, Please anyone who can help me. I'm trying to create a chart using the CFchart. Below is the complete code that I have and my reference is the Ben Forta book. I save the DetChart.cfm and press F12 but it does not show the chart on the browser(IE). It does not show any errors.
SELECT d.CDNo, cr.Gender, cr.Ethnicity, COUNT (Gender) AS CtGender, COUNT(Ethnicity) AS CtEthnicity FROM tCDs d, tCommissioners cr WHERE cr.Commissionid = #URL.Commissionid# and d.CDNo = cr.CDNo GROUP BY cr.Gender, cr.Ethnicity, d.CDNo ORDER BY Ethnicity
DetailChart
format = "flash" name="CommChart" chartwidth = "200" chartheight = "250" xaxistitle="No of Gender" showxgridlines="yes" seriesplacement="default" showborder="yes" showlegend="yes" > type="bar" query="rschart" itemcolumn="CDNo" valuecolumn="CtGender" serieslabel="Gender" seriescolor="FFFF00"/>
I hope someone can tell me what is wrong, it's critical.
Thanks
I am willing to award additional 500 points to anyone who can help me, please
|
Answer : CFCHART not showing up in my browser. Please help
|
|
Closed, 500 points refunded.
modulo Community Support Moderator Experts Exchange
|
|
|
|
|