Working with Template Syntax Formatting
Leave feedback
NoteThe code uses some of the objects defined in The Business Layer.
Learn more about string and numeric formats here.
Manager | Contract Price |
---|---|
<<foreach [in getManagers()]>><br /><<[getName()]:upper>> | <<[getContracts().sum(<br /> c =><br /> c.getPrice())]:arabicDash>><br /><</foreach>> |
Total: | <<[getManagers().sum(<br /> m => m.getContracts().sum(<br /> c => c.getPrice()))]>> |
Get template from here.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.