I am looking for any insight into if its possible to restrict the number of records in a track that are used to calculate summary statistics.
I have a Big Data Analytic (BDA) that is querying a feature layer output from a Real Time Analytic (RTA). The feature layer query in the BDA is for the last 3 minutes of data. Since the feeds in the RTA are polled every 5 seconds, I am expecting the number of records for each track to be queried in the BDA's input feature layer to be 36 --> (180 / 5). But I am finding when I run the summarize attributes, the number of joined or participating records in the summary calculation to fluctuate anywhere between 2 and 75 (the average is about 36 though). Reviewing the full output from the BDA, it appears that of the approx. 200 records, 65 had greater than 36 records participate in the summary calculations.
I want to restrict the number of records for each track that will participate the summary calculations so that only a maximum of 36 records will be used to calculate the summary. Is it possible to use the "Filter by Expression" tool using an arcade expression?