User (Legacy) Posted January 25, 2005 Report Share Posted January 25, 2005 How do I separate the charts from overwriting one from the other in this series <cfset Chart1.OpenDataEx(1,2,m)> <CFSET Chart1.SetArrayProp("Legend",#k#-1,"#uidarray4[k]##uidarray5[k]#")> <cfset Chart1.ThisSerie = 0> <cfset Chart1.SetArrayProp("Value", #k#-1, #scorez[k]#)> <cfset Chart1.SetArrayProp("test", #k#-1, '5')> <CFSET Chart1.SetArrayProp("URL",#k#-1,"results_display_ud.cfm?Series=#lastYr#&tid= #uidarray5[k]#")> <cfset Chart1.ThisSerie = 1> <CFSET Chart1.SetArrayProp("URL",#k#-1,"results_display_ud.cfm?Series=#thisYr#&tid= #uidarray4[k]#")> <cfset Chart1.SetArrayProp("Value", #k#-1, #nscorez[k]#)> <!---last years resutls here---> <CFSET Chart1.URLOptions = CHART_URL_BYVALUE> <CFSET Chart1.DblClk (CHART_URLCLK, 0)> <CFSET Chart1.URLParamMask = "Series=%s&Value=%v&uid=%l"> When I change the #thisyr# statement it overwrites the series and shows same results for the either graph year. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.