missing a .lag and .lead column property

Welcome to our Forums Technical Support Support Desk missing a .lag and .lead column property

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #8895
    rkoopmann
    Participant

      I’m trying to calculate the percent change in a column (x) and have to resort to this workaround:

      x.delta / (x – x.delta)

      It works, but this is a little cleaner:

      x.delta / x.lag

    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.

    Welcome to our Forums Technical Support Support Desk missing a .lag and .lead column property