Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Measure calculation ignore null or N/A field

Dear Team,

Please confirm how can i create my measure.for total column. i want to ignore null & N/A.

For example No 2,

8+2=10

Available score=2

10/2=5

Divide by 2 to reduce range (1-5) because initial score is (1-10)

5/2=2.5

ss.PNG

1 Solution

Accepted Solutions
sasiparupudi1
Master III
Master III

use rangesum

Rangesum(Ascore,Bscore,Cscore)

View solution in original post

5 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

>> how can i create my measure

Except you have given no information about fields or tables, and ...


>>Available score=2

>>Divide by 2 to reduce range (1-5) because initial score is (1-10)

No idea what you mean by these statements

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Anonymous
Not applicable
Author

Dear Jonathan,

Period,No, Ascore,Bscore,CScore is my field.

Total is the measure i want to get.

Available score means it is not null or N/A. For row no 2, only Bscore not available. So, available score is 2 which is Ascore & Cscore.

i just divide by 2 because i want the range of total score to be from 1-5. initial score for Ascore,Bscore,Cscore is from 1-10.

sasiparupudi1
Master III
Master III

use rangesum

Rangesum(Ascore,Bscore,Cscore)

sunny_talwar

Why don't you transform your score data so that the calculation can be made easier

The Crosstable Load

Anonymous
Not applicable
Author

Thanks Sasidar.