Forum Discussion
Default8129
3 years agoFrequent Visitor
1-many relationship filtering problem
I have the following data model: StudentTable - one row per student StudentID Graduated? StartTerm EndTerm 5 Y 21/FL 22/SP 6 N 22/FL 23/WN StudentTermTable - one row per te...
guibenassi
3 years agoAdvocate II
I would recommend you to use measures that calculate count of students and filter all Date after Min(date) and all Date before Max(date) in segmentation.
Default8129
3 years agoFrequent Visitor
How would that solve this issue? If by "date" you're referring to the Terms then your solution would only work if I didn't need to additionally filter my students by the data fields attached to their terms.