LIN

HI All
How to Group And Count using LINQ Query For Example: I have one column with country names & I want another column with count of each country after group by using LINQ how can we achieve that

Appreciate response
Thanks
Shaik Ahmed

@Shaik_Ahmed1
please check this one
GetGroupCountResultStatistic_2Keys.xaml (8.2 KB)

In addition to:

Find Link to the original topic:

1 Like

Hi @Shaik_Ahmed1

Give a try to this


Sample Workflow
GroupByCount.xaml (7.5 KB)

2 Likes

Hi @Shaik_Ahmed1

Welcome to our community,

in this forum are lot of examples that you can search, if you have any particular query we may help you, otherwise you can search for examples like @ppr shared above and this one

Regards!