Hope all is well. I am stumped on a doozy I can’t figure out and I’ve been unable to find anything on the forum. Here’s my issue…
I have a table like this…
I want to add a column to the immediate right called “Change Indicator” which is populated with “1” when Student Status changes from preceding Date, by Name. So the result would look like this…
Note it’s only populated with “1” when Student Status by Name changes from preceding Date, otherwise it is “0”.
I hope I’m explaining this clearly.
Any and all assistance or direction greatly appreciated.
The code way only requires one node. The Column Expression has an access feature where you can also retrieve the value of a column on a particular offset.
This evaluates if the Name of the current row is equal to the Name of the previous row and if the Student Status of the current row is equal to the Student Status of the previous row.