Hi, hope someone can help…
Want to create a calculated field called 'PreviousN' which will take 10% of the value from the 'UpdatedN' field from previous year (2002) add it to current 'N' to give 'UpdatedN' for current year (2003) etc…
Year........PreviousN.....N.........UpdatedN
2002............0..............40..........40
2003............4..............35...........39
2004............3.9...........21...........24.9
Can I use a criteria expression to carry out the above function or any other method?
ie., For (currentyear - 1) select UpdatedN and put 10% of value in PreviousN for current year
Want to create a calculated field called 'PreviousN' which will take 10% of the value from the 'UpdatedN' field from previous year (2002) add it to current 'N' to give 'UpdatedN' for current year (2003) etc…
Year........PreviousN.....N.........UpdatedN
2002............0..............40..........40
2003............4..............35...........39
2004............3.9...........21...........24.9
Can I use a criteria expression to carry out the above function or any other method?
ie., For (currentyear - 1) select UpdatedN and put 10% of value in PreviousN for current year