Dear experts
My issue is, I want to display a property in row axis between two dimensions.
for example: when I create a Input report, i define as
Row:
- Account
- Event
- Costcenter
Column:
- Time, Category
The thing is.
It will look like
Account | Event | Costcenter | Value (Time/Category (Y axis)
Advertistment | Event_001 | CC_01_01 | 10.000
this is fine for now.
My goal is display beside the Event, the Event Property
Event_001 with property Event_In_Japan
so, I would like to see my input template like
Account | Event | Event_Property| Costcenter | Value (Time/Category (Y axis)
Advertistment | Event_001 | Event_in_Japan | CC_01_01 | 10.000
How can I do that?
thanks.
Regards,