Skip to main content
Question

i need to find number of time same value in particular list

  • February 2, 2023
  • 5 replies
  • 17 views

5 replies

dustin
Influencer
Forum|alt.badge.img+31
  • Influencer
  • February 2, 2023

If it's in list format, you can use the ListHistogrammer. If this is simply attributes on features, you can use the StatisticsCalculator with Group Processing set to path_filename. The parameter you want to output is the total_count statistic. From the Summary port, you would receive one feature for each unique value with a total count attribute appended.


danilo_fme
Celebrity
Forum|alt.badge.img+52
  • Celebrity
  • February 2, 2023

Hi @malikusama95​ 

 

I suggest you to use the transformer StatisticsCalculator:

 

Sta 

Thanks in Advance,

 

Danilo


malikusama95

Hi @malikusama95​ 

 

I suggest you to use the transformer StatisticsCalculator:

 

Sta 

Thanks in Advance,

 

Danilo

i want count of same value


malikusama95

Hi @malikusama95​ 

 

I suggest you to use the transformer StatisticsCalculator:

 

Sta 

Thanks in Advance,

 

Danilo

thanks


rahulsharma
Safer
Forum|alt.badge.img+10
  • Safer
  • February 3, 2023

There are a few different ways to achieve this using StatisticsCalcular or Adjacent Features in AttributeManager

Count Same Values in List