What is the error in my syntax here? It is saying there is incorrect syntax near 'ORDER'. Do I absolutely need an ORDERBY? I add it and it gives me an error saying incorrect syntax near 'jobt' yet there is no 'jobt' in the entire script.
IDO("SLJobTrans")
PROPERTIES("Job, Suffix, OperNum, EmpNum, TransNum, RecordDate, Wc, StartTime, EndTime, QtyComplete, QtyMoved, QtyScrapped, AHrs")
FILTER(SUBSTITUTE("TransNum = {0}", V(vTransNum)))
SET(R(rsTrans) = RESULT)