Hi all,
I have a simple query with some characteristics (as rows) and a key figure (columns).
Now, all the characteristics are displayed as 'key and name' so you get two colums per characteristic, 1 for the key and 1 for the column.
When you execute the query, on the first row of the result area, you get the description of the concerned characteristics. This description is put in the column which displays the key.
Now the problem:
I want to have a title in BOTH columns, for the key AND the name.
for example:
now: |customer| |vendor| |amount|
100100
customerX
123456
vendorY
1000
to be:
customer
name cust
vendor
name vend
amount
100100
customerX
123456
vendorY
1000
Is there any way in doing this?