cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
957
Views
5
Helpful
2
Replies

Create new raport with new column and export. Problem

I want to add new column to CUIC realtime report in standard CUIC 9.1(1) build 1 (9_1_1_10000_117). Report concerns outbound campaigns. New column must count percent of good calls to all calls and it is called "zakonczone".
I have another CUIC in Premium version - 9.1(1) build 1 (9_1_1_10000_117) in my test environment so I can creat new raport in this and export to my standard cuic raport.

 

The problem is when it generates a report for specific campaigns, the campaignID value is inserted in the campaignName field and the report can not be generated.

 

I show you steps that I did to create this raport:

1. I create report definition with query in attach (orygianl-report.sql).
2. Add new field "F10001" with clause CampaignID (screen1)

1.png
3. I chose Key criteria Field in properties tab (screen2)

2.png
4. Create report with preview report definition. (screen3)

3.png
5. generated this report for a test. Everything is working (screen4) (test-report.sql)

4.png
5. Export this report to zip file.
6. Import this report in my CUIC standard ver (production).

 

When I generate report in production environment and choose Campaigns:

5.png

report returns empty field. (production-report.sql) because campaign IDs values are inserted in the campaign Name field.

 

If anyone have idea why this value put in the "CampaignName" field, please write your suggestion

1 Accepted Solution

Accepted Solutions

Solved. I created new raport with parameter (added this line to scl query "where"):
"and Campaign.CampaignID IN (:campaignID)"
and changed report to anonymous block. Then export and modify views on production. It Work.

View solution in original post

2 Replies 2

Solved. I created new raport with parameter (added this line to scl query "where"):
"and Campaign.CampaignID IN (:campaignID)"
and changed report to anonymous block. Then export and modify views on production. It Work.

geoff
Level 10
Level 10

The data type should not be STRING. These are IDs that come from the Value List. They should be DECIMAL.

 

Regards,

Geoff

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: