Hi community!
My goal is to take a LARGE historical database (a few million records) and compare week to week and then add flags when necessary. Here's an example:
week, unique id,
0 , 12345
1 , 12367
1 , 12345
2 , 12367
desired outcome:
week, unique id, New Req Flag
0 , 12345, [null]
1 , 12367, X
1 , 12345, [null]
2 , 12367, X
currently my worklow only compares the most recent week to the past week but i would like to expand its to compare week 0 to week 1 then week 2 to week 1 and so on until it hits week 99 which is the most current week. I was thinking of making an iterative macro possibly? but i would think i would need some sort of control parameter to indicate that the week is changing? any advice?
thanks for replying! i've attacked a sample workflow of where i'm at.. i am able to flag from week 0 to week 1 but i want to find a way to repeat this process for multiple weeks so for example it would change to week 1 to week 2 and then week 2 to week 3 and so on.
User | Count |
---|---|
107 | |
82 | |
70 | |
54 | |
40 |