Has anyone figured out how to make a form field display the results of the division of two other form fields? Addition and multiplication are built in calculations, but I have found nothing anywhere to tell me how to do this.
This was flagged with no replies - thanks for answering and sorry I didn't reply!
The group level output should be:
Total received: $150 Total Closed: $110
This may be a silly question, but does this function work in 8.5? Or is there a limit of select statements:
My select statements as follows worked just fine:
IsNull ({TRANSACTIONS.CANCELLED_DATE}) and
IsNull ({TRANSACTIONS.DISB_DATE}) and
{@App_Status} <> '2' and
{@App_Status} <> '3' and...
This data comes from an SQL2000 database and I am using Crystal Reports v8.5. (All of the reference material I have is for 9.0, which is only confusing me more.)
My report is working beautifully, until I got to this request.
The report is grouped by accounts, and detailed by line items:
Item...
In 8.5, I was able to group, and then to sort descending by a totals formula in the report by choosing Report -> Top N/Sort Group Expert. This allowed me to choose the field to sort on and define how to do so. This was the only way I found to display groups in order by a subtotal field in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.