
June 14th, 2004, 09:10 AM
|
|
Registered User
|
|
Join Date: Jun 2004
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
cfchart, combination graph
I have a combination chart that shows two charts in one...and i want to click on one of those charts and have it drill down to another chart. But when i click on the chart that isn't linked to anything, it displays the information for the first chart, which is what i do NOT want it to do.
I have two series labels for my two charts, and in my URL statement, i call just one of them, but i don't know why the second chart displays my drill down chart.
Here is my URL statement:
URL="PostingsDetailPage.cfm
AllUsers=$SERIESLABEL$&YearMonth=$ITEMLABEL$">
|