Simple but I'm a newbie!!
Hi Cold Fusion Gurus
i have this simple piece of code, I need to put in an IF Statement where by if there is no results returned from the query, the output on the screen write "None". Write now, if there are no results returned, it simply doesn't write anything.
<!--- <cfif #get_matters.LocalCounsel# neq ""> --->
<cfoutput query="GetMatterLC">
<li>#GetMatterLC.Counsel#
<cfif #LName# neq "">
| #GetMatterLC.LName#, #GetMatterLC.FName#
</cfif>
</li>
</cfoutput>
<!--- <cfelse>
<li> </li>
</cfif> --->
Please help!!
Thank you
