Fixing the cross-object Performance by Cell reports
To manually upgrade your reports version 7.5.1, you must manually upgrade and fix the cross-object Performance by Cell reports, so the reports can function with the new data model.
You must fix the following reports:
*
*
*
1.
2.
Open the report in IBM® Cognos® Report Studio.
3.
4.
Browse to the Query Explorer and open the Report Query for a list of all the query items in the report.
5.
6.
For the report with revenue, remap for the Gross Revenue item as follows:
[Campaign Performance Summary].[Campaign Cell RH with Controls Summary].[Gross Revenue]
7.
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)))
8.
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?)
9.
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?)
10.
11.
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.
12.