Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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)