Hello all!
This seems like it should be a very simple thing to do but I am drawing a blank. I have an attribute column full of numbers (Dates). I just need to sort it and get the latest two records and put them under separate attributes. This is what the column looks like (already sorted descending).
I need to assign "170503" to one attribute (let's call it "DATE")
I need to assign "170331" to "previous_DATE"
Any help will be appreciated. Thanks!