I want to make EVERY PATIENT in my model age yearly. I'm guessing a global process would do this, but I cannot get the label to update.
I'm using patiet label "AgeNow" to track age. I setup global process to kick off at time zero and repeat every 60 min. (scale: 60 min model time = 1 year)
And I've set the finished trigger activity to increment the variable.
I know the global process is running because I added a MSG() code to pop up. I'm not sure what I'm missing. Any ideas?