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 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.…
Question: How can I change a row’s color when printing a report according to a field’s value? Solution: To do so, add a script to report’s OnFormat event to check…
Question: Can I run the report’s LoadReport method from E3 Server (for example, from an internal tag’s OnValueChanged event)? Solution: No, this event can only run from the Viewer, never…