Yes, thanks to Forta for pointing this out in CFDJ, instead of using URL and
URLColumn in CFGRAPH, use URL in CFGRAPHDATA. In this case, you would pass
the _complete_ url variable.

This means you have to CFLOOP and output a graphdata tag for each item.

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email    : [EMAIL PROTECTED]
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda

> -----Original Message-----
> From: James Taavon [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 28, 2001 10:35 AM
> To: CF-Talk
> Subject: Re: CFGRAPH URL Attributes
>
>
> ok, thanks got it working.
>
> Another question. Can I have a different URL for each item on the graph?
> In other words, different drill downs corresponding to the data?
>
>
>
> Raymond Camden wrote:
> >
> > URL tells cfgraph what _base_ URL to use. So, for example, you can do,
> >
> > URL="display.cfm?ID="
> >
> > URLColumn tells cfgraph what _value_ to add to the end of the
> url. So, you
> > could say, URLColumn="ID", and it would append the value of the
> ID column to
> > each link.
> >
> > =======================================================================
> > Raymond Camden, Principal Spectra Compliance Engineer for Macromedia
> >
> > Email    : [EMAIL PROTECTED]
> > Yahoo IM : morpheus
> >
> > "My ally is the Force, and a powerful ally it is." - Yoda
> >
> > > -----Original Message-----
> > > From: James Taavon [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, August 28, 2001 9:47 AM
> > > To: CF-Talk
> > > Subject: CFGRAPH URL Attributes
> > >
> > >
> > > Hello,
> > >
> > > I am having a problem using the drill down feature with the
> CFGRAPH tag.
> > > The graph itself looks great, but I cant seem to figure out
> what the tag
> > > wants in respect to the URLColumn? Needless to say, I am confused.
> > >
> > >
> > >
> > >
> >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to