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