Hello,everyone!
I have a question about function AVG,my report structure like this
table1.column1, table2.column, function1(table1.column,table2.column,para3)
AVG(table1.column1), AVG(table.column2), AVG(
);
the column1,2 data is from datasource, column3 is calculated by a function with parameter,now I want to Get the average value of column,how can I write the script,or is it possible to use the default function AVG to do it ?
thanks!