Demo application: distinguishing bad-quality data in a report.
This application illustrates how data with bad quality (which might have been generated due to communication problems, for example) can be distinguished in a report. To do so, a script…
This application illustrates how data with bad quality (which might have been generated due to communication problems, for example) can be distinguished in a report. To do so, a script…
Question: How can I create a monthly report with filters related to the previous month (from 05/01 to 05/31, for example)? Solution: To do so, use a timer tag set…
Question: How can I format the report’s data field so it displays time values higher than 24 hours, since [h]:mm:ss format does not show any hour values? Solution: For versions…
Many times, a chart report must be exported automatically, with no intervention from the operator. Therefore, the Report’s Chart object must be set up so that data is moved correctly,…
Question: How can I change the type of text being displayed in an E3Browser or Report (for example, to have it display True or False instead of 0 or 1)?…
Autor
Diego Nogueira
Question: When generating a report, the following error is displayed: Error212: Couldn’t export PDF using font “Arial” because characters referencing this font could not be represented with the character encoding…
Question: How can I print a report whose rows’ background colors are interspersed, in a zebra-like pattern? Solution: To do so, go to the section’s OnFormat event and insert a…
Questions: How can mathematical operations between two or more columns in a report be performed? Solution: Reports are generated from handling and including Text and Data Field objects into PageHeader,…
Question: Can an if…else command be inserted into a report’s internal script? Depending on the condition’s result, a Label object’s Caption property will be edited. Solution: Yes. The ActiveReport is…