KB-43139: Fields' subtraction result in a report.
Question: How can I show data from a query in a report, as well as the difference between the first and the last values of the fields? Solution: It is…
Question: How can I show data from a query in a report, as well as the difference between the first and the last values of the fields? Solution: It is…
Autor
Bruno Musarra
Question: How can I display on the Report when it was created (date and time)? Solution: To do so, follow these procedures: Insert a Demo Tag with its Type property…
Question: How can I copy values from a Display to the Report? Solution: To do so, you must link the Display’s value to an Internal Tag. Then, in the Report,…
Question: How can I print more than one table in the same report? Solution: To do so, set up the report’s Query so that all desired tables are linked and…
Question: How can I group data by minute in a Report? Solution: To do so, you must first insert a new Group Header/Footer section in the report. To set…
Question: How can I copy an E3Chart from a screen to a Report? Solution: To do so, you must use CopyConfig method in the Report’s scripts. For example: Sub OnBeforePrint…
Question: How can I print a Report with an E3Chart created in an XControl? Solution: Since the chart is on a screen that opens in a splitter, you must write…
Question: How can I create a report whose values column remains next to the original column, and not on a new page? Solution: To do so, you have to set…
Question: How can I print an Internal Tag’s value on a report’s header? Solution: To do so, follow these procedures: In the report, add a Data Field to the PageHeader.…