Hi Christoph / EHS Experts,
We have a template in EHS where report symbols and parameter values are filled by custom function module(symbol expansion).
In this report we have table display and one of the columns(y) value has been increased.
As shown in below example,values in column y should hold all values upto 25 in one row for number 11223, however it is continue to print the values of 1st row into subsequent rows. Which we want to avoid.
Number | Description | Column x | Column y |
11223 | test | 12 13 14 15 16 17 18 19 20 | |
11224 | test1 | 21 22 23 24 25 | |
11225 | test2 | 11 | |
144 | |||
145 |
Any suggestions will be useful.
Regards,
Keerthi