Re-evaluate a Formula for a report based on the subset on the data selected in Local Data Filter
Dears,
Can anybody give a hint, if it is possible to re-evaluate a Formula for a report based on the subset on the data selected in Local Data Filter?
E.g. my formula is
Col Sum(:aval, :ID)
In the screenshot attached, only line9 meets the local data filter conditions. Is it possile to create a formula which would return 1 instead of 2 (since within ID= V2_7 only 1 record with aval = 1 would be s...