1 Like
Hi Nikola,
Yes, your can specify many yearly shapes using LEAP's basic Interp() function, like this:
Interp(Year 1, YearlyShape(Shape 1), Year 2, YearlyShape(Shape 2) ...)
You may also use the InterpYearlyShape() function, which has slightly clearer syntax. However, this limits you to ten pairs of years and shapes.
InterpYearlyShape(Year1, YearlyShape1, Year2, YearlyShape2,... YearN, YearlyShapeN)
Hope this helps,
Taylor