Field - transaction_average_active
Average number of active transactions
- Map: R723SCS
- Based on: total_transaction_time, interval_in_milliseconds
The field is created using the following pseudocode:
return total_transaction_time / interval_in_milliseconds * 1024 / 1000