Randy,
doh! so simple!
Thank you :)
-Pete
Pete Black:
|I am making a 'height-field' type visualisation, and I would like to
|compute totals for each 'row' and/or column in my dataset.
|
|I can happily use slice to extract a list of values at a given 'row'or
|'column', but obtaining the total is proving difficlt.
|
|Do I have to use Macros and ForeachMember, or is there an easier way
|(Statistics must calculate totals but doesn't expose them)
Grab the average from Statistics, and multiply by the number of elements in
the list -- Inquire("items") or similar should tell you.
Randy