glasswalk3r
New Member
- Joined
- Jan 9, 2013
- Messages
- 1
Greetings,
I have a Pivot table that has the following fields:
creation_date
sales_channel
The creation_date is a date field as dd-mm-yyyy hh:mm:ss. I want create a pivot table that shows me the average sells made by a sales channel in a month.
To do that, I grouped the creation_date by month and counted the sales_channel values. After that, I thought by using the formula EOMONTH() to check how many day I have per month (even putting this "artificial" field in the source data) and using a calculated field in the pivot to make count(sales_channel)/day(eomonth(<month of="" creation_date="">;0)).
I'm not being able to make it work like this. The result I got is always zero when I expect to get something like 718/30.
Is it possible to do that?
Thank you</month>
I have a Pivot table that has the following fields:
creation_date
sales_channel
The creation_date is a date field as dd-mm-yyyy hh:mm:ss. I want create a pivot table that shows me the average sells made by a sales channel in a month.
To do that, I grouped the creation_date by month and counted the sales_channel values. After that, I thought by using the formula EOMONTH() to check how many day I have per month (even putting this "artificial" field in the source data) and using a calculated field in the pivot to make count(sales_channel)/day(eomonth(<month of="" creation_date="">;0)).
I'm not being able to make it work like this. The result I got is always zero when I expect to get something like 718/30.
Is it possible to do that?
Thank you</month>