Hey everybody!
Is it possible to concatenate values from a column in a custom legend to a total row?
For example:
Element | Description |
------------------------
COLUMN 1 | D1 |
COLUMN 3 | D2 |
COLUMN 2 | D3 |
------------------------
TOTAL | D1; D2; D3 |
I would like to have in the "TOTAL" row under the "Description" column the concatinated values of the Descriptions (D1, D2 and D3).
Do you have any idea how to solve my problem?
Thank you in advance.
Csaba