Hello, profs
Looking for advice. I have to make following report:
A || BBBBBB || CCCCCC ||
|| gr1|gr2 || sum(A,BBBBBB)||
A and BBBBBB are restricted chars. CCCCCC sum for A and BBBBBB calculate key figure.
Object BBBBBB is splat in several subojects (by characteristic).
The idea was to do:
1) create structure for key figures
- restr_KF(A)
- restr_KF(BBBBBB)
- calc_KF(CCCCCC)
2) add char. for splitting below
The problem is because I am getting splat values (by char mentioned above) in column CCCCCC. Picture looks like:
A || BBBBBB || CCCCCC ||
|| gr1|gr2 || <i>#|gr1|gr2</i>||
How could I avoid splitting for last CCCCCC column?
The same result well get if use Result line instead of calc. figure
Many thanks
_____________________
Valters