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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to use Set Analysis in Aggr?

LOAD * INLINE [

Student, Course, Grade

S1, English, A

S1, Math, B

S2, English, B

S2, Computer, B

S3, Math, A

S3, Computer, C

S4, Math, C

]

Student -> Highest Grade

S1->A

S2->B

S3->A

S4->C

How to count only once by mix value of dimension?

I want to get following chart.

Should I use Set Analysis in the expression?

GradeCount of Student
A2
B1
C1
1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can either do it in the script or use a calculated dimension. See attached qvw.


talk is cheap, supply exceeds demand