Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have the below values.
Date
Properties
Value
11/12/2012
Fridge
20
A/c
30
12/12/2012
40
TV
60
13/12/2012
70
LCD
i need the output in the below format where this has to be handled at front end and not at the script level.
OutPut
50
120
The sort order should be Date 1st and then Properties.
NOTE: it works for me when properties column is sorted first either ascending or descending,
BUT it should work with date sorted first.