Hi Tee Gee.
i have a proble again, how can i merge 3 or more internal table into 1 internal table?
if i use your turn, the value one of table is not correct. If i use your turn, the output will like this
| mseg | | mardh |
| 2 | | 3 |
| 3 | | 3 |
| 1 | | 3 |
but in the table like this
| mseg | | mardh |
| 2 | | 3 |
| 3 | | 1 |
| 1 |
still confuse ![]()
Thanks