I have a data that get uploaded almost everyday and I need to filter these data as Final,Current,Previous and Archive based on the version and date they are updated. Could anyone have any suggestion Below is what I am looking for
Version Version Type Imports Date
1 Final DP Today (In date format)
2 Previous DP Yesterday(In date format)
3 Archive DP Day before Yesterday(In date format)
And I need to update this automatically?