Hi,
I'm trying to perform a calculation using detail values for the current group. However, it's using detail values from other groups.
The report is grouped by Test # and I want to perform calcuations using the detail values for the current Test #.
Group #1 - Test 123
Details
(Element) (Value)
NI .3
FE .57
I have a formula next to Test 123, but the formula is wrong because it's pulling values from other grops. Please see the formula below:
If {Tbl.Element} = "NI" then numbervar NI := {Tbl.Value};
If {Tbl.Element} = "FE" then numbervar FE := {Tbl.Value};
NI-FE;
Can someone please tell me how to only use the values for the current Test #?
I'm trying to perform a calculation using detail values for the current group. However, it's using detail values from other groups.
The report is grouped by Test # and I want to perform calcuations using the detail values for the current Test #.
Group #1 - Test 123
Details
(Element) (Value)
NI .3
FE .57
I have a formula next to Test 123, but the formula is wrong because it's pulling values from other grops. Please see the formula below:
If {Tbl.Element} = "NI" then numbervar NI := {Tbl.Value};
If {Tbl.Element} = "FE" then numbervar FE := {Tbl.Value};
NI-FE;
Can someone please tell me how to only use the values for the current Test #?