Hello there,
my task is to realize an existing reporting-system via OLAP.
In this case I have the following SQL-query on a table.
select count (distinct (IDofPatient + GenderOfPatient + Department) as XY
from table where Date >= ......
I've read a lot about functions like count, distinctcount, generate, crossjoin...
All the samples i found don't match these requirements.
I think its possible to solve this but i have lost overview for that. Could anyone give me a hint for that?
Thanks in advance. Tobi