Question
Avg and QoQ
Hi all,
Seems like I've got a problem with avg() and Query of Queries.
I've got fields like this:
100,null,100
Now if I do an average with SQL server, it ignores the null. But this is not the case for QoQ. Is there another way to tell the avg that it needs to ignore empty lines?
Thank you for your help
Geert
Seems like I've got a problem with avg() and Query of Queries.
I've got fields like this:
100,null,100
Now if I do an average with SQL server, it ignores the null. But this is not the case for QoQ. Is there another way to tell the avg that it needs to ignore empty lines?
Thank you for your help
Geert