Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi
i have a table like below:
class | teacher |
---|---|
1 | a |
2 | b |
3 | c |
4 | d |
i want to create table like below:
class | teacher |
---|---|
1 | null |
2 | a |
3 | b |
4 | c |
how can i do this?
May be this
above(teacher,1) use this expression
are you set it in expression
?
i need to use this field in dim
May be use - Previous(teacher)