Sum of user variables
Augusto Silva
Hi all,I have am user variable, U_factor, and in the detail of the document i made "DocumentRow("Quantity")*DocumentRow("RowRowItems.factor")"
Now i want to sum the variable to the footer of the document.
How can i do this?
Regards,
Augusto
Philipp Knecht
Hi AugustoSimplest way now with Version >= 1.52 is to define an aggregate on the databand. The property is called Totals. There you can add an entry and name the aggregate.
The insert an footer into the databand and just writ GetTotal("MyAggrName") in the Value Property of the textbox.
hth
0
Please sign in to leave a comment.
Comments
0 comments