Hi,
I try to use this sample from the sap documentation.
"SELECT NTH_VALUE (COL1, 2 ORDER BY COL2) FROM T;"
We are on Version 1.110.10, but I'm not able to get it to work.
Has one of you a running example and could please post the coding here?
My syntax:
SELECT NTH_VALUE("PatientID", 1 ORDER BY "Datum" DESC) AS "Datum"
FROM "TBASE_PUBLIC"."development.projects.tbase.data::TBASE.cds.Labor";