Anyone know how to urlEncode an itemLabel in CFCHART?

Here's my URL:
index.cfm?departmentname=$ITEMLABEL$

Sometimes the $ITEMLABEL$  is "G&A" or "Sales/Small Business"

Those are actual department names.  When clicking the graph on these bars, i get

0 results for department name "G"
0 results for department name "Sales"

I tried: 
index.cfm?action=photoview&departmentname=#URLENCODEDFORMAT($ITEMLABEL$)#"
and get the CF error: Variable $ITEMLABEL$ is undefined.

Any thoughts?  thanks!
Chris

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

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

Reply via email to