Hi UiPath,
I need help with my situation.
Let say I have the data below:
As you can see when I add 10.5 and 11 it’s equal to 21.5 with is the total.
By default Row 2 and 3 are separated. I just merge it and that’s my goal.
Hope someone can help me
Thanks!
Gokul001
(Gokul Balaji)
August 25, 2022, 11:16am
2
HI @alvin.c.apostol26
How aboy this expression to sum ?
(From d in dtData.AsEnumerable Where Not (isNothing(d("Net Price")) OrElse String.IsNullorEmpty(d("Net Proces").toString.Trim)) Select v = CDbl(d("Net Price").toString.Trim)).Sum(Function (x) x)
Refer this docs to Merge a cell
Hi @anjalimishra
Sorry I have attached the package that I have configured in the local. Again I will do the upload .
File : MergeCells.zip (8.7 KB)
Note : I have updated in the package thread also.
Thank you
BALAMURUGAN.S
Regards
Gokul
1 Like