I would like to retrieve the second and third approver of the timesheet.
Can you help me? I'm trying this logic, but it's not working :
PU_FIRST (
"ESSR_MIRO",
"_CEL_ESSR_ACTIVITIES"."USER_NAME",
"_CEL_EBAN_ACTIVITIES"."ACTIVITY_PT" = 'Release'
INDEX_ORDER ( "_CEL_ESSR_ACTIVITIES"."USER_NAME",
ORDER BY ( "_CEL_ESSR_ACTIVITIES"."EVENTTIME" ASC),
PARTITION BY("_CEL_ESSR_ACTIVITIES"."LBLNI" ) = 2
)