Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to visualise sales pr customer. One of the dimensions is year/month. To make the data comparable regardless of number of month in selection, I want to visualise the sales expressions as $/month. I've tried with sum(Sales)/count(distinct year_month), which almost gives me what I want. The problem is that if there were no sales to a customer a month, the count excludes that month, which I don't want it to do.
So I want to do someting like:
sum(Sales)/count(year_month "selected in year_month list box")
Any suggestions how to implement this expression?
Thanks in advance.
Regards,
Tom Arne Sivertsen
Summary:
Thanks to swuehl for helpful contribution!
- Tom Arne