I have MongoDB as Data source. I want to query in redash which will be the equivalent following:-
db.collection.find({“templateId”:/XYZ$/})
This query return all data from the collection where key templateId
end with string XYZ. How can I use the same in redash JSON?
Also please help in using $exist in Redash.