Segmentation by count | Community
Skip to main content
June 10, 2020
Solved

Segmentation by count

  • June 10, 2020
  • 1 reply
  • 2787 views

Hello,

 

please, I need to create one segmentation by number of rows. For example when I group the rows by ClientId, the Ids with only one row are one segment, the Ids with 2 rows are other segment and so on.

 

How could I create this segmentation? Could you help me, please?

 

Att.,

Gabriel

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 JohnWi12

Create a query say over the profile table, then use Additional Data to count the number of rows.  Then use Segmentation to analyze the count.

1 reply

JohnWi12Accepted solution
June 10, 2020

Create a query say over the profile table, then use Additional Data to count the number of rows.  Then use Segmentation to analyze the count.

gabrielf1Author
June 10, 2020
It works! Thank you.