Report has detail plus two group levels.
My formula concatenates string values from detail level such that at the end it contains every value from the column in a single string.
It is working absolutely perfectly ... only on the detail lines.
Problem is, the formula evaluates again between the last detail line and the group line.
In other words, if the column value in the final detail row = XYZ then on the group level the formula shows XYZ twice.
FELARR FELARR
JD FELARR,JD
MISARR FELARR,JD,MISARR
OPENJD FELARR,JD,MISARR,OPENJD
FELARR,JD,MISARR,OPENJD,OPENJD
FELARR FELARR
FINAL FELARR,FINAL
JD FELARR,FINAL,JD
JDADJ FELARR,FINAL,JD,JDADJ
MISARR FELARR,FINAL,JD,JDADJ,MISARR
VFO FELARR,FINAL,JD,JDADJ,MISARR,VFO
FELARR,FINAL,JD,JDADJ,MISARR,VFO,VFO
Above is an illustration of detail rows and group row of the inner group.
My formula concatenates string values from detail level such that at the end it contains every value from the column in a single string.
It is working absolutely perfectly ... only on the detail lines.
Problem is, the formula evaluates again between the last detail line and the group line.
In other words, if the column value in the final detail row = XYZ then on the group level the formula shows XYZ twice.
FELARR FELARR
JD FELARR,JD
MISARR FELARR,JD,MISARR
OPENJD FELARR,JD,MISARR,OPENJD
FELARR,JD,MISARR,OPENJD,OPENJD
FELARR FELARR
FINAL FELARR,FINAL
JD FELARR,FINAL,JD
JDADJ FELARR,FINAL,JD,JDADJ
MISARR FELARR,FINAL,JD,JDADJ,MISARR
VFO FELARR,FINAL,JD,JDADJ,MISARR,VFO
FELARR,FINAL,JD,JDADJ,MISARR,VFO,VFO
Above is an illustration of detail rows and group row of the inner group.