I've created a crosstab in CR10(PRO) using a command against an Informix DB. I used the Count(*) function in the command to create totals that are summarized in the crosstab.
The problem I'm having is the SUM field in the crosstab is returning a line count rather than summing the integers (e.g.):
A B
1 x 10
2 xx 4
3 xxx 9
I would expect the summary of Column B to be 23 but I'm getting 3!
Can anyone help?
The problem I'm having is the SUM field in the crosstab is returning a line count rather than summing the integers (e.g.):
A B
1 x 10
2 xx 4
3 xxx 9
I would expect the summary of Column B to be 23 but I'm getting 3!
Can anyone help?