Hi,
I have the query with out put below for one field as an example
Status
------
yes
yes
yes
no
i want to be able to do the compare for ALL status in one field but don't know how to do it, Can anyone plz help? Thanks
<cfif all status = "yes" ---> display Yes
<cfelseif all status = No -- display No
<cfelse> Other
</cfif>