Understanding formulas
Understanding formulas
(OP)
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?
RE: Understanding formulas
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
http://www.kenhamady.com/
On-site custom Crystal Reports Training and Consulting.
Quick Reference Guide to using Crystal in VB.
RE: Understanding formulas
David C. Monks
david.monks@chase-international.com
http://www.chase-international.com
Accredited Crystal Decisions Enterprise Partner
RE: Understanding formulas
I have done an if ({Employees.TerminationDate})< CurrentDate
then ({Employees.SupportRecordStatus}) ="I"
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.
RE: Understanding formulas
Thank you for your help.
RE: Understanding formulas
Ken Hamady
http://www.kenhamady.com/
On-site custom Crystal Reports Training and Consulting.
Quick Reference Guide to using Crystal in VB.