Hi,
i want to find the if the record from the list is matched with the record from the query but my code is not working. Can you please help?
<cfset variables.subListItems = valuelist(variables.FindNocost.cost ,',') />
<cfset variables.FindSubNoCost = report_Nocost.getSubNoCost() />
<cfloop query="variables.FindSubNoCost">
#listFindNoCase(variables.subListItems ,item, ",")#
</cfloop>
Thanks