SQL field filter variable not working for native query

I wrote a native query and set the TutorialTitle variable type to text and the query works great:

If I set the variable type to field filter and map it, it give me an error as if I'm not writing the query correctly:

I also double checked that the data type is set to category

How can I get the field filter variable to work?

Hi, have you tried writing it like this:
[[{{TutorialTitle}}]]
(withouth the "Title = ")
That is the syntax that works for me when I want to create a field filter linked to a database field.
Let me know if it worked!
Eva

2 Likes

Thank you so much EvaS! You are a lifesaver. This fixed my issues!! :fireworks:

1 Like