Hello, I am running Crystal Reports 2008 version 12.2.9.698 and have embedded a swf file created in Xcelsius Enterprise 5.3.0.0 Build 12.3.0.670.
My dashboard is embedded into the Group header for 'Division' and uses a crosstab within Crystal as it's data source. When I try to view a specific division that has approximately 135 summary lines in the crosstab, I get the following error:
'A string can be at most 65534 characters long.'
Then a portion of the code appears with the line 'rowString + toXMLRow(columnString)' highlighted.
columnString := columnString + toXMLColumn(gridvalueat(curRow, curCol, 26));
nAddedCols := nAddedCols + 1;
if nAddedCols = maxCols then exit for;
);
);
rowString := *rowString + toXMLRow(columnString);
nAddedRows := nAddedRows + 1;
if nAddedRows = maxRows then exit for;
This is only happening on one division dashboard, all the others have significantly less lines. Does either Crystal or Xcelsius have a limitation on the number of lines in a summary?
Any suggestions on how to get around this issue? My row for the summary is a 4-digit number.
Any and all help is greatly appreciated!