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

Content added Content deleted
No edit summary
Line 88: Line 88:


*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).<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.]]
*:the total of result(s).<br/>
*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.


<br/><br/>
<br/><br/>

==Get project no. from Detail, and show the Project Description as a string with 'comma' separated==
==Get project no. from Detail, and show the Project Description as a string with 'comma' separated==
This is an example of how to grab the detail(s) and display as a text on header.
This is an example of how to grab the detail(s) and display as a text on header.