![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi! I have a dataset like the one listed below. As you can see there is one acount number, which has 3 customers connected to it (103,113 and 172). This dataset is based on a cube (using SSAS) and presented in a report (SSRS). In the report I want to sum the distinct itemcount. In other words I would like to sum 50+27+22 and present that sum in the report. As you can see the itemcount is grouped by Account and CustNum. How di I do this? I would prefer to do this in the cube. The field Amount should be added as normal (0+1100+0+594+0+0). My dataset: Account CustNum ItemCount Amount 81016000 103 50 0 81016000 103 50 1100 81016000 113 27 0 81016000 113 27 594 81016000 172 22 0 81016000 172 22 0 I am using the sql server 2005 platform. |
#3
| |||
| |||
|
|
Hi! I have a dataset like the one listed below. As you can see there is one acount number, which has 3 customers connected to it (103,113 and 172). This dataset is based on a cube (using SSAS) and presented in a report (SSRS). In the report I want to sum the distinct itemcount. In other words I would like to sum 50+27+22 and present that sum in the report. As you can see the itemcount is grouped by Account and CustNum. How di I do this? I would prefer to do this in the cube. The field Amount should be added as normal (0+1100+0+594+0+0). My dataset: Account CustNum ItemCount Amount 81016000 103 50 0 81016000 103 50 1100 81016000 113 27 0 81016000 113 27 594 81016000 172 22 0 81016000 172 22 0 I am using the sql server 2005 platform. |
![]() |
| Thread Tools | |
| Display Modes | |
| |