How to fix the cross-object Performance by Cell reports
Use this procedure to fix the old versions of the following cross-object reports so they function with the new data model.
*
*
*
Complete the following steps.
1.
Open the report in IBM® Cognos® Report Studio.
2.
3.
Browse to the Query Explorer and open the Report Query for a list of all the query items in the report.
4.
5.
For the report with revenue, remap for the Gross Revenue item as follows:
[Campaign Performance Summary].[Campaign Cell RH with Controls Summary].[Gross Revenue]
6.
Update the formula for the Responder Rate Control Group to be the following:
IF(([Unique Responders Control Group]/([Unique Recipients Control Group]
* 1.00)) is missing)
THEN (0)
ELSE(([Unique Responders Control Group]/([Unique Recipients Control Group]
* 1.00)))
7.
From the Detail Filter list, select the first detail filter and edit it so it looks like this:
[Campaign Performance Summary] . [Campaign] . [Campaign ID] in (?CampaignIds?)
8.
From the Detail Filter list, delete the second detail filter – the one that looks like this:
[Campaign Performance Summary].[Responder Rate Control Group at Cell Level].[Campaign ID] in (?CampaignIds?)
9.
10.
a.
Go to File > Report Package.
b.
Select Unica Campaign Package and click OK.
c.
d.
After the report is validated, click Close in the Validation Response window.
11.