Greetings,
I have no prior experience in Crystal. I have two formulas that are not working and it's propably because I am coding something wrong.
First:
I simply want to devide two fields. I have the two fields from SQL and have created a formula field on my report. I simply was trying to use {rptFGLabel.QtyOrdered}/{rptFGLabel.SpoolQTY}.
Second:
I have two parameter fields that the user types in when the report runs. I want to take these feilds and perform a simple subtraction. {?Gross Weight}-{?Tare Weight}
Where do I begin? I get errors no mater what I try to do...