| |Do I have to use Macros and ForeachMember, or is there an easier way | |(Statistics must calculate totals but doesn't expose them)
Some modules will iterate over the members of their input implicitly, and output results for each in a list (like Compute). Some don't. Statistics is one of the latter, computing a single set of statistics based on all fields in a group, so you'll probably need a For loop to process each Slice'd field (column, row, etc.). Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA N127-01; RTP, NC 27711
