Custom Expressions or SQL query example for JRS Reports
We are using CLM 6.0.5 and creating some JRS reports which requires some calculations. However, we did not find enough documentation on how the custom expressions work in JRS.
We have a requirement where we want to show calculations based on a formula for ex (1 - Implemented Stories/Committed stories)
where the implemented stories shows number of closed stories and committed stories are the total number of planned stories.
How to use a custom expression $Work Item:Planned For$ for achieving (Sprint 2 - Sprint 1)