Hi,
Is it possible in EPM input schedule to add another record with the same dimensions and append data instead of overwrite
e.g.
Line material Company Revenue
1 mat01 1001 100
2 mat02 1001 200
now if we insert a new line
3 mat01 1001 300
I would like the result to be
material company revenue
mat01 1001 400
instead of revenue being 300 (is this possible in input schedules)?