Hi,
I need to create a report with 30 columns (interval points) look like this.
Year | 12 | 24 | 36 | 48 | 60.... |
---|---|---|---|---|---|
2000 | |||||
2001 |
First interval point is based on a difference between two dates, the consequent points are the prior point + 12. I did the manual way by creating 30 formula fields which works. I am wonder if there's a more efficient way to handle this by using a while ... do loop or anything other functions.
Thank you for your help in advance.