Custom expressions in JRS
Hi all,
I'm trying to figure out if I can use the custom expression builder to get a change profile of requirements in a models. I.e. identify what percentage of the requirements have been modified at 80% of the time between the module being created and the last date at which a requirement was modified.
I've managed to create an expression to show the elapsed time between these two, but I can't figure out how I would then expand the expression to count those requirements at 80% of that value
days_between(max($Requirement:Last update time$),$Collection or Module:Creation Date$)
I'm thinking I'm going to end writing the SQL but would like to avoid that, if at all possible.
Thanks
Andy.