Hi
I try to filter my table events from à dropdown list like this
Owner=$owner$
The item syntax in the dropdown lis is like REM\A-AA228339
I tried with Owner="$owner$" but it doesnt works
What is wrong please?
If you have backslashes in your string, you may need to escape them.
Something like this?
REM"\"123467
If yes, is it possible to have aregex to do that because the item list of my dropdown list is imported automatically
Thanks
No, that is not escaping, that is quoting. Are you using / or \ as they are different?
I use always \
REM\A-AA228339
Then try escaping it
REM\\A-AA228339