Skip to main content
Question

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

  • February 2, 2023
  • 5 replies
  • 6 views

malikusama95

FME_temp

5 replies

dustin
Influencer
Forum|alt.badge.img+31
  • Influencer
  • 629 replies
  • 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+51
  • Celebrity
  • 2077 replies
  • February 2, 2023

Hi @malikusama95​ 

 

I suggest you to use the transformer StatisticsCalculator:

 

Sta 

Thanks in Advance,

 

Danilo


malikusama95
  • Author
  • 5 replies
  • February 2, 2023

Hi @malikusama95​ 

 

I suggest you to use the transformer StatisticsCalculator:

 

Sta 

Thanks in Advance,

 

Danilo

i want count of same value


malikusama95
  • Author
  • 5 replies
  • February 3, 2023

Hi @malikusama95​ 

 

I suggest you to use the transformer StatisticsCalculator:

 

Sta 

Thanks in Advance,

 

Danilo

thanks


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

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

Count Same Values in List