How to change from Maximum to Average Value in Advanced Reports in AutoPass 10.9.0?
Category:
Question ID: 109105
1
0

In Advance Reports, we need to change the value under each date column from Peak/Maximum to Average. How can we do this?

Marked as spam
Posted by (Questions: 424, Answers: 91)
Asked on July 29, 2019 4:44 pm
27 views
Answers (1)
1
Private answer

This option can be changed by accessing the APLS database and executing the following query:

UPDATE CUSTOM_CONFIGURATIONS SET CONFIG_VALUE=<>
WHERE CONFIG_KEY ='usage.excel.export.aggregate.type';

Where `<>` represents either Maximum or Average. In your case, set the value to Average.

Restart the AutoPass service for the change to go into effect.

Marked as spam
Posted by (Questions: 0, Answers: 771)
Answered on July 29, 2019 4:45 pm
0
That did the trick! I did need to restart the APLS service for the change to go into effect.
( at July 29, 2019 4:45 pm)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top