Hi,
I need help with the following logic to be put into some code if possible please? I am looking at working out the renewal rate of contracts but I'm not too sure how to code this up.
I need to essentially write out:
Value of contracts renewed (Variable: Contract_Type = '00 Renewal'and Variable: Date_Start = This monthand Variable: 'Contract_Amount')
/
Value of contracts due for renewal (Variable: Date_End = This monthand Variable: 'Contract_Amount')
The Output I am looking for would be:
Date %
Jan 18 22%
Feb 18 13%
Mar 18 70%
etc..........
I hope this makes sense, if it doesn't please let me know.
Thanks in advance