Hi,
I need to capture values of certain records which act as denominator for my calculations. Example:
Group SUM
----- ---
G1 50 (NOTE: sum varies over time, but groups are same)
G2 80
Can I create 2 variables, say varG1, varG2 to hold values of the SUM, i.e. varG1=SUM(G1) and...