I have a chart that I want to drill down from however #itemlabel# is not being 
passed a value.

My code
<cfchart chartheight="240" 
                 chartwidth="320" 
         yaxistitle="employees"
         url="chartTestDetails.cfm?org=#itemlabel#">
         
        <cfchartseries type="pie"
                                        query="getOrgCnt"
                        valuecolumn="orgcnt"
                        itemcolumn="org">
                        
         </cfchart>

the file this page is calling is in the same directory

I either get a itemlabel is not defined or if i use cfparam it takes the 
default value and not the value from CF chart.  The chart renders fine.

tia 
J 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338729
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to