More than one aggregate function in datatable.compute.

  • Thread starter Thread starter Archana
  • Start date Start date
A

Archana

Hi all,

i am applying aggregate function on datatable.compute. I have one
fiter criteria and based on that i want to apply sum function on two
columns like sum(sal), sum(pf). if i write query in sql it is
allowing me to use more than one aggregate function but how to do it
in datatablse.select. or is there any other alternative of doing
this. i want this in disconnected datatable only.

please help me asap.

thanks in advance.
 
Back
Top