TECH TIP: Performing Calculations Calculations can be done either on the data access side or within ReportBuilder. When designing reports there are always decisions to be made as to how much processing to do on the data side versus the report side. Usually doing more on one side can greatly simplify the other. So it Full Article…
Search the Wiki
Viewing 121 to 123 of 409 items
LookAhead-Based Calcs
If you are using a LookAhead value from a DBCalc in a variable’s calculation, then be aware that you will get inconsistent results. The reason for this behavior is that when the DBCalc prints, and if the rest of the detail bands on the page have not generated, then the datapipeline may not been traversed Full Article…
How To…Access Subreport Values in the Main Report
Question “How do I access subreport values inside the main report in RAP or vice versa?” Solution In Delphi this is simple, just access the values directly from the components needed as they are all defined in the Interface section of your application. In RAP however, components added to a Subreport are not available to Full Article…