Question
Using CFGRID with logic
I am using CS3 and ColdFusion 8.
I have a query that populates a cfgrid with no problems. However, I would like to add an extra column. The extra column will be populated according to data elements in the previous columns. For example, five students take a test. I want the Grade Letter column, which is populated with ??, to contain logic that will display A,B,C,D, or F according to their respective Grade Number.
Any ideas on how to do this?
I have a query that populates a cfgrid with no problems. However, I would like to add an extra column. The extra column will be populated according to data elements in the previous columns. For example, five students take a test. I want the Grade Letter column, which is populated with ??, to contain logic that will display A,B,C,D, or F according to their respective Grade Number.
Any ideas on how to do this?
