Is there a way to run a report that will show a calculated value for number of days until the expiration date (ie. the difference between the current date and the expiration date)?
I am working on a license management project in RTC and I would like to show the number of days before a license expires. I wrote a calculated value script that will calculate the number of days between the current date and the expiration date of our licenses using "var day = dojo.date.difference(currDate, expDate, "day");". The script works fine to update the "Expires in" attribute with the number of days until the license expires; however, I found that this attribute will not update daily, so it only gets updated to the correct value when you change and save the work item.
|
One answer
Hi Janet,
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
I would assume the correct question is rather how to create a calculated column in a report to show that value. I don't know, but I would suggest you reword the subject and the question itself t reflect that.