Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to create calculated avg in calculated member

Status
Not open for further replies.

stam

Programmer
Joined
Dec 16, 2002
Messages
3
Location
IL
Hi,
I want to make table with calculated average as follow:
1 2 3 4 5 avg
------------------ ----
a 2 0 3 1 2 3.125(=1*2+2*0+3*3+4*1+5*2 /2+3+1+2)

The measure is num of company, i.e at type a and factor 2 the num is 2.
the calculated avg I need to calculate by myself (calculated member as measure) but i don't know how.
Can this be done and how?
thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top