"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