How to get count of records group by a column | Community
Skip to main content
New Participant
February 9, 2021
Solved

How to get count of records group by a column

  • February 9, 2021
  • 2 replies
  • 2576 views

Hi ,

 

Could some one help to use the aggregate function count to get number of rows based on one particular column. For e.g something like below corresponding to sql.

 

select count(1),testcolumn from testtable group by testcolumn .

so i can get the records liks as below:

test1 100

test2 200

test3 300

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by gunnark17854189

you can do a query and then click on "group". You also check the box to Advanced parameters

2 replies

Sukrity_Wadhwa
Employee
February 15, 2021

Hi @kankvats1,

Were you able to resolve this query with the given solution or do you still need more help here? Do let us know.

Thanks!  

Sukrity Wadhwa
gunnark17854189Accepted solution
New Participant
February 10, 2021

you can do a query and then click on "group". You also check the box to Advanced parameters