Hi guys,
I wanted to know if this code was right:
Code:
<cfif #qWSum.recordCount# EQ 0>
<td class="qData2" colspan="2"><strong>Table is Empty. No records found!</strong></td>
<cfelse>
<cfif #wSum# LT #wConst#>
<td class="qData2"><strong>#wSum#</strong></td><td class="qData2">#WYSEDiff#</td>
<cfelse>
<td class="qData"><strong>#wSum#</strong></td><td class="qData">#WYSEDiff#</td>
</cfif>
</cfif>
I have a query by that name qWSum and wanted to know if that qWSum.recordCount was correct or not. Thanks a bunch!
OH! And congrats on the "new" forum (I've been away for a while) I really like it!