Hello,
I've been doing some search but couldn't find anything about this.
The usual scenario when you create a filter is that the condition is something like this: condition=":name = Name" And this works like a charm.
But isn't it possible to put a dynamic condition? I mean, that the whole condition is a parameter -> condition=":conditionClause" conditionClause="name = 'Someone' " I've been trying to do this unsuccessfully. Isn't it possible? Do I have to do it some other way?
Thanks for your help.
Regards.
|