>if i'm understanding correctly, you're passing the literal string, so
>you'd need to put in in quotes.
>
>&departmentname=#URLEncodedFormat('G&A')#
>&departmentname=#URLEncodedFormat('Sales/Small Business')#
>
>On 7/16/07, Christopher Chin <[EMAIL PROTECTED]> wrote:
>>
Nope, I'm not passing a literal..i'm passing the variable...  here's my cfchart 
code:

<cfchart
style="department.xml"
format="png"
yAxisTitle="Number of People"
scaleFrom="0"
scaleTo="100"
gridlines="3"
show3D = "no"
url="index.cfm?action=photoview&departmentname=$ITEMLABEL$"
showYGridlines = "no"
chartWidth = "430"
chartHeight = "750">

I tried: 
url="index.cfm?action=photoview&departmentname=#urlencodedformat($ITEMLABEL$)#"
to no avail.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 by AdobeĀ®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283788
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to