An arg placeholder represents the following:
The kind of object value, such as result or score
For example, to find the average result collected by two measures, perform these tasks:
Double-click Average.
Indicate that you want to use results, by placing the cursor after average and double-clicking mResult:
average(mResult(arg1, arg2))
Place the cursor beforearg1 , right-click, and select the first measure from the box that is displayed.
Delete arg2, add a closed bracket to NetProfit, and insert a comma:
Insert average and mResult.
Right-click for the second mResult and select the other measure.
Insert a closed bracket, ) after the second measure.
Delete any remaining placeholders.