Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Barclays
IN
Last activity: 27 Sep 2022 6:03 EDT
Update age of case based on current date and created date of case
Hello All,
I have a doubt regarding how to "Update age of case based on current date and created date of case"
I have created an property for age of the case as well as an declare expression for fetching the difference by using @differenceBetweenDays(CurrentDate,CreateDateTime,True,Calendar) function.
but this property on the clipboard page is not updating daily. I need to perform some actions, then it updates. I want it to update on a daily basis whenever the case is opened (even if no action is performed)
Using change tracking in declare expression : "Whenever inputs changes"
Thanks in advance.