Report Script: Get Field that is not in Report v2: Difference between revisions

Content added Content deleted
Line 87: Line 87:
While, Calculated Field is able to temporary store the value.
While, Calculated Field is able to temporary store the value.


*Calculated Field is especially useful when the report needs to calculate
*Calculated Field is especially useful when the report needs to calculate the total of result(s).
*:the total of result(s).<br/>[[Report Script: Simple Calculate Commission by Item UDF Rate|"Simple Calculate Commission by Item UDF Rate" shows how to add '''group total''' and '''grand total''' with calculated field.]]
*:[[Report Script: Simple Calculate Commission by Item UDF Rate|"Simple Calculate Commission by Item UDF Rate" shows how to add '''Group Total''' and '''Grand Total''' with calculated field.]]
*Furthermore, designer does not have to worry about the replacement to the control,
*Furthermore, designer does not have to worry about the replacement to the control,
*:as the replacement of a label to another control will require only rebinding of data.
*:as the replacement of a label to another control will require only rebinding of data.