Hi,
I understood that $query[‘col_filter’][‘col_name’] generate a SQL query that look at all the matching values for col_name data.
I would like to do a query for “all but” this values for this col_name, or say all rows where the col_name value is different from the values I compare with.
Does somebody knows a simple way to do this ? something like $query[‘col_filter’][’! col_name’] ??
Thank you for your help.