Is it possible to use the Field Value Expression section to run basic SQL Queries.
If not, is there another way to achieve the outcome I am looking for…
Ideally I would like to create an outcome based on the value entered in a different cell
IE
IF CellA > 0 PRINT "X" ELIF CellA < 0 PRINT "Y" ELSE PRINT "Z"