Posted: 2011-02-11 16:50 |
Hi, I read a recent post on this but still couldn't work it out. I've created a few reports called 'This Month Pipeline' and 'Next Month Pipeline' - exaclty the same but with different months highlighted in the criteria. I'm now trying to create a 'totals' report that will summarise each month and give the total Amount and Pipeline Value (amount*probability). However, when asking to Summarise by Month, it just shows the first line item for that month and doesn't add them up. A screen shot was shown on the last similar post, but I couldn't see how to get to that screen. Many thanks, Adam |
Posted: Fri, 11.02.2011 - 18:17 |
I would suggest the following:
You don't need any criteria in this report. I hope that helps. |
Posted: Mon, 14.02.2011 - 13:11 |
Thanks! |
Posted: Mon, 14.02.2011 - 13:26 |
That helps, thanks. |
Posted: Tue, 15.10.2013 - 08:25 |
In the next release of Workbooks, due out in late summer, you can build the same report by undertaking the following steps:
'SUM( PARENT('Amount') * PARENT('Probability')/ 100 )'
'SUM( PARENT('Amount'))'
The report should look something like the one below (click to enlarge).
|