Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
cm
Contributor II
Contributor II

Normalizing and averaging ranges

Brilliant minds,

Taking a look at the attached photo, two questions...

1. What's the best way to normalize all of these scores to a scale of 0-100 ?

2. I'm using Rangeavg([COMPEX Score], [OFTD Score], [Search], [Seizure Score], [Admissibility Score], [SIR Score], [Wait Time Score]) to get the number in the far-right column, i.e. Performance Rating. What's the best way to get a column average for the Performance Rating? Is it possible to get an average of a range average?

THANKS.

Capture.PNG

4 Replies
Channa
Specialist III
Specialist III

all those measures are calculated??

if not

just do

sum(TOTAL Score)/number of columns (8)

Channa
cm
Contributor II
Contributor II
Author

Channa,

Yes, all measures are calculated. Far right column is a Rangeavg function of all other columns.
Channa
Specialist III
Specialist III

Why don't you use column1 + column 2+ column 3.../8
Channa
cm
Contributor II
Contributor II
Author

Channa,

I’ve already got a Rangeavg for the columns. That average is found in the far right column. I don’t need to average to columns, rather the rows in a single column (far right).