Hi,
Need your suggestions:
Scenario:
WebI is pulling data from BEx Query.
We have a field Activity Closure having following values. This is how the data is coming from BEx.
Campaign end date reached
Campaign goal achieved
Campaign terminated
Follow Up Phase Completed
Not assigned
Partner excluded–Partner triggered
Partner excluded–Partner triggered
Partner excluded–SAP triggered
Partner excluded–SAP triggered
Partner terminated
Partner terminated
You can observe values are getting repeated. It's because all these Activity Closure has different Activity Closure Key.
Issue:
In BO Quey we are not pulling the Keys.
When we pull Activity Closure field in the report and use Count(Activity Closure) as another column - the data does not get rolled up .
Each Activity Closure row shows count as Count(Activity Closure) equal to 1
What i want is that rather than displaying 11 different rows the report block must show 8 rows with rolled up data for duplicate values.
Activity Closure | Count(Activity Closure) |
---|---|
Campaign end date reached | 1 |
Campaign goal achieved | 1 |
Campaign terminated | 1 |
Follow Up Phase Completed | 1 |
Not assigned | 1 |
Partner excluded–Partner triggered | 2 |
Partner excluded–SAP triggered | 2 |
Partner terminated | 2 |
Thanks,
Ashish