average

average() function is the Standard function available in 200OK.

Description : The average function computes the average of provided numerical values.

Syntax : fx_average()

Example : fx_average(1, 2, 3, 6) results in the output 3.

Here we go with simple scenario using the above function.

Scenario : The HR department of a company aims to determine the average salary of employees across various departments to assess overall compensation structures and make informed decisions regarding salary adjustments and benefits packages.

Request Side :

Response Side :

Last updated