July 17, 200619 yr Is there any way to define a calculation that will add several summary fields together?
July 18, 200619 yr Author I tried that and it didn't work. So obviously I haven't the slightest idea of the correct syntax. I have 2 summary fields: A (which is the total of field ABC) and Z (which is the total of field ZYX). How do I get the sum of these 2 summary fields? Thanks for your help.
July 19, 200619 yr The function doesn't work unless you have sorted by the field specified in the calc, in this example "breakField": GetSummary(A;breakField) + GetSummary(B;breakField)
Create an account or sign in to comment