null statement in query
Hi, how can I do this null statement
<cfqueryparam value="#arguments.trade.fwdExtraWindowStart#" cfsqltype="cf_sql_timestamp" null="#not(arguments.trade.optionBarrier_ObservedType eq 'W') & arguments.trade.ignoreBarrierStyleAndObserved#">,
I keep getting errors like:
faultCode:Server.Processing faultString:'Unable to invoke CFC - cannot convert the value "NONO" to a boolean' faultDetail:''
