Re: Using session variable data to create a chart?

2008-09-28 Thread Azadi Saryev
what Rob, i guess, has implied is: you do not need a query to make a chart. you can use cfchartdata tags to provide your session data for the chart. Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ ~| AdobeĀ®

Using session variable data to create a chart?

2008-09-26 Thread Fawzi Amadu
I have written a query of queries that returns the required results. From those results I find aggregates of the various data groupings being returned (these are stored in session variables). What I need to do now is to use the aggregate results that exist in session variables to create a pie

Re: Using session variable data to create a chart?

2008-09-26 Thread Rob Parkhill
Why can't you use the session variables in the Cfchart tag? if you really can't, you could assign the session variables to a page variable, and use those in the cfchart. although I would be surprised if you couldn't just use the session variables. Rob On Fri, Sep 26, 2008 at 11:51 AM, Fawzi

Re: Using Session Variable

2001-03-21 Thread Mark Woods
At 01:38 AM 3/21/2001, you wrote: Hallo, I want to use session variable in my coldfusion application. If my browser not support Cookie(disable cookie), can I use session variable without passing session variable in URL/form parameter? you need to make sure that every script on the server which

RE: Using Session Variable

2001-03-21 Thread Aidan Whitehall
I want to use session variable in my coldfusion application. If my browser not support Cookie(disable cookie), can I use session variable without passing session variable in URL/form parameter? In a nutshell, no. http://www.thenetprofits.co.uk/coldfusion/faq/index.cfm#answer63 (look at

Using Session Variable

2001-03-20 Thread Haryono ...
Hallo, I want to use session variable in my coldfusion application. If my browser not support Cookie(disable cookie), can I use session variable without passing session variable in URL/form parameter? Thank you! ~~ Structure your ColdFusion