Hi guys,
I'm trying to use this Where condition to run my transaction group:
"ECUSerialNumber" = '{[~]ECU Projects/ECU Tracking Program/Input ECU serial number}' ORDER BY "DateTime" DESC
but I keep receiving an error during execution. It happens quite often, about 2 out of 3 I trigger the search. The error is below:
Incorrect syntax near the keyword 'ORDER'. Incorrect syntax near the keyword 'ORDER'.
Is there a way for me to clear the error, or sort my data without using Order By?
Thanks!