I want to display the average score, but I dont know how to do it.

0
I want to display the average score on everyone's work record page, but I don't know how to do it. The figure below is the page after it runs. Below is my domain model and microflow. Where should I call the microflow to calculate the average score, and how can I trigger it to display the average score after "Average Score"? Please help!
asked
1 answers
0

Hi,

You are using datagrid to showing your details, so to show average score you can put datagrid inside the dataview and you can set dataview source as microflow and above microflow you are using to calculate average you can call there and return employee from that microflow.

Let me know if you need further help.

Good luck!

answered