Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to calculate like below
Year Month Average Salary Previous Salary + Average Salary
2010 Jan 15000 15000
2010 Feb 20000 35000
2010 March 16000 36000
like this
I reached till average salary ......but what function i should have to used for Previous + average ....I am calculating this in chart Expression I used Last() function as well .....but did not work..
Help in this regards
Sarfaraz Sheikh
Thank you so much..
I was also close to solution but I was not aware that label name can be used inside expression.
Thanks Anbu
You can use label name or Column(ColumnNo) --Here Column(2)