AnnetteB1305
Technical User
Hello,
I have a report which is a sub report in a main report. It displays calls from third party organisations in priority order. I have done this using the third party as a group. I then needed a crosstab to show the summary of the calls by priority. This is in the group footer as there is a new page for every thirdparty. My crosstab is set up
columns:- tablename.priority
row @thirdparty
Summarised field distinctcount of tablename.callref (which is the call number)
The @thirdparty is as follows:-
If {opencall1.suppgroup}='_THIRDPARTY' then {opencall1.owner} else
If {updatedb1.groupid}='_THIRDPARTY' then {updatedb1.aid} else
if left({updatedb1.updatetxt},50) startswith "Call assigned to third party contract 'CCV Ned"
then "NL-CCV" else {@null}
My issue is I need to show all priorities in the crosstab regardless of whether there are any calls for that thirdparty for that priority
i.e. it is currently showing
Priority 3 (Low) Total
9 9
But I need it to show
Priority 1 (High) Priority 2 Med Priority 3(Low) Total
0 0 9 9
When I've had the problem before I've taken out the selection formula of the report and then had a formula for the summarised distinctcount, however this won't work as I've had to do the details of the calls in the report and had to group this by the thirdparty to get a new page per thirdparty.
Hope this is making sense but any help would be appreciated.
Annette
I have a report which is a sub report in a main report. It displays calls from third party organisations in priority order. I have done this using the third party as a group. I then needed a crosstab to show the summary of the calls by priority. This is in the group footer as there is a new page for every thirdparty. My crosstab is set up
columns:- tablename.priority
row @thirdparty
Summarised field distinctcount of tablename.callref (which is the call number)
The @thirdparty is as follows:-
If {opencall1.suppgroup}='_THIRDPARTY' then {opencall1.owner} else
If {updatedb1.groupid}='_THIRDPARTY' then {updatedb1.aid} else
if left({updatedb1.updatetxt},50) startswith "Call assigned to third party contract 'CCV Ned"
then "NL-CCV" else {@null}
My issue is I need to show all priorities in the crosstab regardless of whether there are any calls for that thirdparty for that priority
i.e. it is currently showing
Priority 3 (Low) Total
9 9
But I need it to show
Priority 1 (High) Priority 2 Med Priority 3(Low) Total
0 0 9 9
When I've had the problem before I've taken out the selection formula of the report and then had a formula for the summarised distinctcount, however this won't work as I've had to do the details of the calls in the report and had to group this by the thirdparty to get a new page per thirdparty.
Hope this is making sense but any help would be appreciated.
Annette