cancel
Showing results for 
Search instead for 
Did you mean: 

Unmatched Records Query

Former Member
0 Kudos

Hi Folks - I have a table of students and a table of student test scores. I want to create a query that lists students that do not have a score. Do-able?

Michael

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can write a function like this in a variable.

let the variable be ABC.

ABC = [student] where(isnull([test score])), where [student] is the dimension and [test score] is the key figure.This will bring up the students with no Test Scores.

Hope this will help you.

Regards,

ArunKG

Former Member
0 Kudos

Hi Folks - Never mind ... got turned on to combined queries.