Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis problem

I have three dimensions

marksobtained

Minmarks

%Studentid

expression: count({<MarkObtain<<@ExamWiseModuleMinMark>} distinct(#StudentMasterStudentID)) 

How to put MarkObtain<<@ExamWiseModuleMinMark in set analysis

4 Replies
its_anandrjs

You can try to write like

count(distinct {$<MarkObtain = {'<$(=Min(ExamWiseModuleMark) ) '} >} (#StudentMasterStudentID))

sasikanth
Master
Master

hi

try some thing llike this

Count( Distinct {<MarkObtain={"<(=ExamWiseModuleMinMark)"}>}StudentMasterStudentID)

Not applicable
Author

wouldn't it take ExamWiseModuleMinMark as a value , rather than a dimension

sasikanth
Master
Master


if  ExamWiseModuleMinMark is 

also a diemension

then use like Min(ExamWiseModuleMinMark)