In the older versions, you can use the Interval function with a value of zero, for example:
Interval(0, FILTER TOP 10 ActiveMeasurements WHERE SignalType='FREQ')
The zero specifies “no downsampling”, so all data is returned.
In the older versions, you can use the Interval function with a value of zero, for example:
Interval(0, FILTER TOP 10 ActiveMeasurements WHERE SignalType='FREQ')
The zero specifies “no downsampling”, so all data is returned.