PQTIII
IS-IT--Management
- Sep 21, 2004
- 110
CR.9
I'm passing a variable from a sub back to the main fine, but it is showing up on the next line instead of next to the subreport. How do you get that shared var on the same line as the sub report. After it passes back the var I need to use it in a formula for that group on the same line. Is that possible?
Thanks Paul
Group {subreport} {get var} {formula}
Want:
MC343 {subreport} 1000 10
MC344 {subreport} 2000 20
MC345 {subreport} 3000 30
MC346 {subreport} 4000 40
Getting:
MC343 {subreport} 1000 0
MC344 {subreport} 2000 10
MC345 {subreport} 3000 20
MC346 {subreport} 4000 30
I'm passing a variable from a sub back to the main fine, but it is showing up on the next line instead of next to the subreport. How do you get that shared var on the same line as the sub report. After it passes back the var I need to use it in a formula for that group on the same line. Is that possible?
Thanks Paul
Group {subreport} {get var} {formula}
Want:
MC343 {subreport} 1000 10
MC344 {subreport} 2000 20
MC345 {subreport} 3000 30
MC346 {subreport} 4000 40
Getting:
MC343 {subreport} 1000 0
MC344 {subreport} 2000 10
MC345 {subreport} 3000 20
MC346 {subreport} 4000 30