I am building a page to display usage statistics for different hikes on
my site.  I have created a query bringing me back the ID, Name of the
Hike, and count of hits per hike.  

I am desirous of making the chart drillable.  I am currently using the
Name as the label, and count as the value.  Series label appears to be
of no help since it uses the first value returned in the query rather
than per record back.

It appears my choices are use the ID as the label in which case the
chart is pretty useless, but could be made drillable since I can use
this value as an parameter, or use the hike name in which case I would
have to do some funky string manipulation (and is not guaranteed to be
unique either) and look this up, match it to it's ID and use this
subsequently.

Is there some better way to do this or is this just a limitation of
cfchart?  It would seem there 'should' be some way that cfchart could
handle more than a 2 values at once...

Thanks,

John

Want information on Hikes in Western Washington?

http://www.attrition.ws  Check it out!
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to