Please provide some tips for the following 2
questions:
1. I display my data in a table format. I want to
display the sum of few numeric columns. I get the sum
of column when I execute my query
SELECT ....
FROM ...
ORDER BY
COMPUTE SUM(col.name)
Now how to refer this summary value in my <CFOUTPUT>
tag?
2. I have another CF template using <CFGRID>. <CFGRID
.....>
<CFGRIDCOLUMN NAME="column name">
....
....
</CFGRID>
I want to format the number values of a column with %
sign. How / where to specify this formatting?
Thanks for your help.
Naveen
__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.