Hi Gurus! I wanted to know how we can use 'ORDER BY' of SQL in the CE function environment.
My requirement is simple; I want the below SQL query to be used as a CE function:
SELECT A, B from TABLE1
WHERE D = 'some value'
ORDER BY A;
I have built the code for everything else but I just want to sort the result with ORDER BY on it.
I haven't been able to find any syntax / content on how to use ORDER BY in Calculation Engine Built-in Functions in the forums.
I hope anyone can please guide me on the following.
Best,
CV Rao