🎉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

which function should i use to replace the "attvalue"?

User: "Afif"
New Altair Community Member
Updated by Jocelyn
I want to use this expression but it says "attvalue" is unknown, which function should i use to replace the "attvalue"?


Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Caperez"
    Altair Community Member
    Hi @Afif
    To use the lag function you need to provide two arguments, lag("attribute name", offset).
    the first is the name of your attribute or column, and the second is the offset. 

    In your case, the attvalue is not necessary, and the basic sentence is lag("Price", 1 )

    Best, 

    Cesar