[tw5] Cannot use a variable from a filter. Can someone help me ?

2021-08-22 Thread vpl
Hi, I'm trying to run the following code (at the end of the message) which uses a variable called 'target' (that contains the current date) into a filter called todayfilter When I set the todayfilter <$vars todayfilter="[get[task_date]compare:string:eg[2021-08-22]]"> All works fine (I mean

[tw5] Cannot use a variable from a filter. Can someone help me ?

2021-08-22 Thread vpl
Hi, I'm trying to run the following code (at the end of the message) which uses a variable called 'target' (that contains the current date) into a filter called todayfilter I've tested the todayfilter this way <$vars todayfilter="[get[task_date]compare:string:eg[2021-08-22]]"> and this works