Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: to get Average value  (Read 1243 times)

showmesky

  • Newbie
  • *
  • Posts: 6
    • View Profile
to get Average value
« on: September 04, 2018, 03:01:14 AM »
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!

showmesky

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: to get Average value
« Reply #1 on: September 04, 2018, 09:53:48 AM »
I have solve it.