Quantcast
Channel: SCN: Message List - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 8968

Re: Capturing last PO change date

$
0
0

Hi,

we didn't get any solution for this. SO we created one new sql script view & joined with the main view able to fetch the last record.

 

V1 = select the fields ROW_NUMBER() OVER ( PARTITION BY.....DESC ) AS RW FROM...

 

VAR_OUT = SELECT ......FROM :V1 WHERE RW = 1;

 

issue solved. closing this thread.

 

Thanks ,

Kamruz


Viewing all articles
Browse latest Browse all 8968

Trending Articles