Use results of a column to pass where conditions elsewhere in the query?
I have a field that stores filters that I parse into the SQL conditions for a where clause. Or at least, that's the goal.
That field is in my views table. Is it possible to pass the result of that field in
views
into a nested where condition?
0 Replies