Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
tracycrown
Creator III
Creator III

Grouping

Dear sir / madam

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

Thank you

Tracy

1 Solution

Accepted Solutions
sunny_talwar

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

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