on 2012 Jan 10 7:17 AM
Hi ,
I have data in table like below
Product Order count Cost
A 1 20
A 2 30
B 3 40
B 4 50
expected results
Product Total (Order Count* Cost)
A 80
B 320
but getting like below
Product Total (Order Count* Cost)
A 150
B 630
Please help me how we can solve in report level
to achieve the desired result, the Order Count object has to be a dimension, not a measure.
So, create a dimension object for count and then use the following function for Total calculation:
=Sum([Order Count]*[Cost])
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
81 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.