rbh123456789
Technical User
CR 11.5
//MyFormula located in the Details section
DateDiff('y',{View_2.CLOSED},CurrentDate)
This formula calculates the difference between the two fields, and displays the results as a number.
When the MyForumla equals 365 and above, i want want Years to be displayed, followed by the days.
For example, if MyFormula = 370 then the display should be '1 Year 5 Days'. For 745 '2 Years 15 Days' etc.
Any ideas?
//MyFormula located in the Details section
DateDiff('y',{View_2.CLOSED},CurrentDate)
This formula calculates the difference between the two fields, and displays the results as a number.
When the MyForumla equals 365 and above, i want want Years to be displayed, followed by the days.
For example, if MyFormula = 370 then the display should be '1 Year 5 Days'. For 745 '2 Years 15 Days' etc.
Any ideas?