I have to get data from the cube from the last (some no) of weeks.I need all the specialisms(dutch word) that have values for all the specified number of weeks ,and if one specialism has one null value for one of the weeks it has to be removed completely .
My initial query returns something like this:
So i would need to remove Anesthesie even if it has one non null value. I thought about counting the number of occurrences for each specialism but was unable to do so.
Dutch words( Week Nummer : Week number, aantal is a count measure and Nr is my failed attempt of counting each specialism occurrence)
Thank you.
Darian Rusu