what can be the problem? Since i tried to write this values like:
first calculation to calculate total response and I got error in value #GETTOTSCORE3.c #
In my oracle the value for #GETTOTSCORE3.c # is 0 and at the website also display 0 in table
but when I do a calculation for totResponse, it get error for this
I think the value for #GETTOTSCORE3.c #> need to converted into 0.
How can I fix this?
tq.. :)
Code:
<cfset totResponse = #GETTOTSCORE1.a# + #GETTOTSCORE2.b# + #GETTOTSCORE3.c#> <cfset avg = #GetSum1.score1# + #GetSum2.score2# + #GetSum3.score3#> <cfset totAVG = avg / #totResponse#>
In my oracle the value for #GETTOTSCORE3.c # is 0 and at the website also display 0 in table
but when I do a calculation for totResponse, it get error for this
Code:
<---<cfset totResponse = #GETTOTSCORE1.a# + #GETTOTSCORE2.b# + #GETTOTSCORE3.c#>--->
How can I fix this?
tq.. :)
Comment