Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8451

Re: FMS to get Last Step

$
0
0

Hi Vassilis,

 

Try below query,

 

Select OOST.Descript FROM OOST

INNER JOIN OPR1  ON OOST.[Num] = OPR1.[Step_Id]

INNER JOIN OOPR  ON OPR1.OpprId = OOPR.OpprId

WHERE OPR1.Step_Id = $[OOPR.StepLast]

 

Let me know the feedback.

 

Thanks,

Harshal


Viewing all articles
Browse latest Browse all 8451

Trending Articles