Hi All,
I have specific requirement with datatable which i am not able to get. Please help me to solve my problem. My query is as below
- The datatable i have with data is
C1 C2 C3 C4 C5 R1 1 2 3 4 25 R2 6 7 8 24 10 R3 11 22 13 14 15 R4 16 17 23 19 20 R5 21 7 18 9 5
- In output i would like to have max value from each colum with position (index) of row and colum as following
Value Row Column 21 R5 C1 22 R3 C2 23 R4 C3 24 R2 C4 25 R1 C5
Can anyone please help me, how should i achieve result?