PDA

View Full Version : Suppress Printing of Lines with Zero Amounts


aziz
15-Apr-2003, 10:57 AM
Hi

How can I suppress printing of lines with zero amounts in reports?

Jan
15-Apr-2003, 11:09 AM
You would need to edit the report to do this and set a formula on the rows that you do not want to see to supress lines with zero values.

You can use crystal reports V8.5 to edit the reports.

Regards,

aziz
24-Apr-2003, 09:15 AM
Thank you for your reply. The other question is: How do I determine the program/code to modify? Thanks.

aziz
24-Apr-2003, 09:18 AM
Sorry, I forgot to ask: How do Crystal Reports interface with Actinic Business?

Jan
24-Apr-2003, 05:46 PM
Hello Aziz.

The reports are stored in the Actinic directory as files called <reportname>.rpt. An example is the invoice report which is called invoices.rpt. To change the report you have to open it in crystal reports and edit it. Crystal Reports is a wysiwgy report editor.

There are two ways that business interfaces with crystal reports, firstly business knows the names and required parameters for it's standard reports and so can run them from it's interface. Secondly you can add user defined reports of your own design (see advanced user guide for details).

Hope this helps.

Regards