I have a population of agents as employees. They have a salary which has a formula to be calculated, so I defined it as dynamic variable, "salary". I want to know the average of the salaries, so I went to the statistics and defined:
Name: AvgSalary
Type: Average
Expression : item.Salary
The question is that I may need to assign this number to a variable so that it can be used in other formulas in other stages of my evaluation. How is that possible?
Many thanks in advance,