Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Array greater than 1000 elements error

Status
Not open for further replies.

crystal82

Technical User
Jun 13, 2008
7
AU
Hi,

I have the following formula used in a chart in the show values section:

ToNumber(Split({@Number formula},"^") [RecordNumber])

However, this graph is not displaying because the formula is displaying more than 1000 elements.

Is there anyway I can create some fomulae in Crystal which can get around this problem?

Thanks!
 
You could divide by 10 or 100 and then use Round or Truncate to reduce the number of items.

[yinyang] Madawc Williams (East Anglia, UK). Using Crystal 10 & 11.5 with Windows XP [yinyang]
 
Are you sure you really want to graph more than 1000 points of data? I wonder if you should be grouping and using groupnumber or something.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top