🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"Lead and lag oracle functionality"

User: "Karan_Kansal"
New Altair Community Member
Updated by Jocelyn
I need to implement oracle Lead and Lag functions. Basically I want to check the values in the previous and next row and use them in if else statements.

Anyone has ideas for doing the same.

Help is greatly appreciated.

Thanks

Find more posts tagged with

Sort by:
1 - 1 of 11
    Hi,

    you can use the Lag operator from Series extension for this.

    ~Martin