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

Understanding formulas 2

Status
Not open for further replies.
May 17, 2001
9
0
0
US
I am a novice with Crystal reports and I am having a difficult time with the formulas. Is there a good tutorial on the web anyplace that helps to make sense of something that I find very confusing?
 
I don't know of anything good that covers formulas as a general topic. The Crystal help is pretty good on individual functions.
They work pretty much like Excel, except that in Crystal you are working with columns and generating columns instead of individual cells.

Give an example of a formula that you are struggling with and we can help. Ken Hamady
On-site custom Crystal Reports Training and Consulting.
Quick Reference Guide to using Crystal in VB.
 
Thank you for anserwing my question. We thought we would start out with a simple Birthday list for staff in our office. The SQL/ODBC table I am using is {employees}. I am able to get the info I need, however I get employees that have been terminated as well.

I have done an if ({Employees.TerminationDate})< CurrentDate
then ({Employees.SupportRecordStatus}) =&quot;I&quot;


This shows us the ex staff members, I have done a grouping and stuck them on the bottom of the report. What I would really like to do is have them not show at all.
I am just not sure how to word the formula.
Thank you for your time. ::)
 
Hi, I managed to have the info not show up by using the select expert and choosing employees.supportrecordstatus &quot;is not like&quot; + &quot;I&quot;

Thank you for your help.
 
You can now look at the formula that CR created and see the correct syntax. Ken Hamady
On-site custom Crystal Reports Training and Consulting.
Quick Reference Guide to using Crystal in VB.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top