• sayedkhalid99 (10/1/2012)


    the rule here is we have month no here.

    1. check secondmonth amount

    2. sum(second month amount) > sum(first month amount)

    3. get the difference

    4. difference is greater then sum(first month amount) then it shows addition.

    5. difference is less then sum(first month amount) then it shows reduction

    6. check the amount for month3

    7. sum of (First Month+second month) > sum of (third month)

    8. difference is greater then sum(first+second month amount) then it shows addition.

    9. difference is less then sum(first+second month amount) then it shows reduction

    it shall be grouped by monthno and sector.

    I still can't follow that.

    Can you give the values for Sector A with the steps above? That should make it clearer.