I have a group having 2 different dates. The result that it outputs is like this:
PeriodID-----GroupName-----Value
16-----FUEL-----200
15-----FUEL-----800
Now I want to subtract 200 from 800. and desired result is 600
How Do I subtract these values from same group? any idea?