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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
4 Replies
its_anandrjs
Champion III
Champion III

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)