I'm struggling with the syntax of the SQL filter for a report.
In general it works, but if I want to use the currently loggedin user, I get an error.
I tried with the following syntax:
AND (##currentloginname##='servr\Userxxx')
The error message is:
"Incorrect syntax near '='. Incorrect syntax near ','. Incorrect syntax near the keyword 'order'."