
Contributor
2020-11-19
11:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Chart
Student_id , Student_name, Class, subject , Marks , Date_of_exam are the columns in my table
Bonus report : Number of student who have got more marks then the class average.
I need to generate a chart for the above condition i tried multiple ways but not able to succeed. #QlikSense
851 Views
1 Solution
Accepted Solutions

MVP
2020-11-20
01:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Harsha1
Try like below
Year field derived based on ExamDate.
Exp:
Sum(Aggr(If(Avg(Total<Class, Year> Marks) <= Avg(Marks), 1, 0), Class, Student_name, Year))
Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Please close the thread by marking correct answer & give likes if you like the post.
793 Views
3 Replies

Contributor
2020-11-19
08:26 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Can some one please help me on this
813 Views

MVP
2020-11-20
01:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Harsha1
Try like below
Year field derived based on ExamDate.
Exp:
Sum(Aggr(If(Avg(Total<Class, Year> Marks) <= Avg(Marks), 1, 0), Class, Student_name, Year))
Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Please close the thread by marking correct answer & give likes if you like the post.
794 Views

Contributor
2020-11-27
05:58 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks somuch
745 Views
