We will be Leveraging power of Groovy in accomplishing this task.
So lets see how we can do this.
Use Case :- Add a Total Salary Attribute below Salary column in Employees table.
Model Project
ConsIDering that we have EmployeesVIEw VO object which is based on Employees EO,go to attributes of VO and click add new attribute. Select "Add new Attribute". It will by default be transIEnt. Give this attribute name as TotalSal.
Now go to VIEw Accessors tab and click on green + sign to create new VIEw Accessor.
Select EmployeesVIEw from the first window and shuttle it so that you can see like below.
Do ok and it should be like below screenshot.
Now go to attributes tab and select the new transIEnt attribute (TotalSal). Give its Default value as Expression and give Groovy Expression as EmployeesVIEw1.sum("Salary") .
VIEw Project Create a new page. Drag and Drop EmployeesVO from data control and create a new read only table "without" TotalSal Attribute.
Now go to Salary Column in Structure and do a right click and select footer from facet as shown below.
Now from EmployeesVIEw1 in DataControl,drag and drop TotalSal column in this new footer facet.
Now go to bindings and create a new binding for this variable.
And change the value of footer output text with this binding.
Save all and run this page.
Hope this was useful.
Happy Learning !! 总结
以上是内存溢出为你收集整理的ADF - Groovy for Total Sum of a Column in a Table - adf表格加合计全部内容,希望文章能够帮你解决ADF - Groovy for Total Sum of a Column in a Table - adf表格加合计所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)