Is there a way to use a resource string in the query for a smart search filter?I have:SELECT '+IsGlobalWinner', 'True', 'Design Awards Global Winner'
from custom_projectProfile
Where IsGlobalWinner = 1
Group By IsGlobalWinner
I would like to replace 'Design Awards Global Winner' with a resource string.
↧