In column result:
OK : 6 Data
NOT : 3 Data
for result in new sheet
How to Counting data from column result?
for sample result:
In column result:
OK : 6 Data
NOT : 3 Data
for result in new sheet
How to Counting data from column result?
for sample result:
Hi,
Can you try the following sample?
dtResult = dt.AsEnumerable.GroupBy(Function(r) r("Result").ToString).Select(Function(g) dtResult.LoadDataRow({g.Key,g.Count.ToString+" Data"},False)).CopyToDataTable
Sample
Sample20240222-3a.zip (7.5 KB)
Regards,
This also works in StudioX as the following.
NewBlankTask20240222-1a.zip (54.7 KB)
For my project
JoinDataTable.zip (185.3 KB)
Because you already use SingleExcelProcessScope. In this case, itโs unnecesary to use it there.
Thanks, where do I put the activity?
As there is SingleExcelProcessScope on the most outer sequence, it is no necessary to use it again.
Thank you very much, itโs already running on the project I made Mr. Yoichi.
ใใใใจใใใใใพใใใใงใซๅใฎใใญใธใงใฏใใงๅใใฆใใพใใ
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.