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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
tracycrown
Specialist
Specialist

Grouping

Dear sir / madam

Can someone help me to resolve the issue on Grade which is missing in table 2 attached ?.

Thank you

Tracy

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Try this:

Aggr(If(Sum(Score) >= [Lower Score] and Sum(Score) <= [Upper Score], Grade), Code, Grade)


Capture.PNG

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

Try this:

Aggr(If(Sum(Score) >= [Lower Score] and Sum(Score) <= [Upper Score], Grade), Code, Grade)


Capture.PNG

maxgro
MVP
MVP

A script solution in the attachment

1.png