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…
Hi, If your query name is "myquery" and the status column name is "status" then you can check like below: <cfoutput query="myquery"> <br /> …
