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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a Chart with Formula

Status
Not open for further replies.

Petendbh

Technical User
Jul 19, 2001
4
US
In Crystal 8, I was able to create a bar graph in the advanced chart expert using a formula I created in the formula expert. However, in 8.5, my formula does not even show in the chart expert.

Simple formulas are available to me in the chart expert; however, the more complicated formulas don't show. Any suggestions?
 
Not all formulas are eligible for charting.
If they include a summary function (Sum, count,Maximum) or if they use a 'whileprintingrecords' variable they will not be eligible.

If not sure, post an example. Ken Hamady
On-site custom Crystal Reports Training and Consulting.
Quick Reference Guide to using Crystal in VB.
 
I was able to resolve the problem!! I faked out the chart expert by "commenting out" the code in the formula expert and created a new formula (i.e. "If true then 1"). By doing this, I was able see the formula in the chart expert. I then created the bar chart. I went back to the formula, took off the "comment" and saved the formula. The chart displayed the correct data.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top