How to do addition of Double value in particular column

Hi Team,

I want to do addition Double values for particular column .

Input:
image

Expected Output:
image

Regards,
Raja G

Assign Activity:
mySumAsFormatedString =

dtData.AsEnumerable.Sum(Function (x) CDbl(x("Amount").toString.Trim)).toString("F2")
1 Like

Hi @Raja.G

Please check this

Thanks,
Muthuraj

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.