Hello colleagues,
I have a requirement to display customer information where I have a Customer ID as a key and Gender, Marital Status, Date of Birth etc as attributes. The HANA Calculation view was developed specifying the later as 'Related attributes' to the customer ID field following the specification at Enable Attributes for Drilldown in Reporting Tools - SAP HANA Modeling Guide - SAP Library
However, although the HANA model has the 'Gender' as attribute to 'Customer_ID':
Design Studio only sees the two separate attributes:
This becomes an issue when binding the data source to a CROSSTAB as the 'On select' event cannot retrieve the Member value, specifically:
CROSSTAB_1.getSelectedMember("GENDER").text/key/internalKey returns null.
How should I model the HANA View in order for Design Studio to interpret the 'Customer_ID' with 'Gender' column similarly to an InfoObject with an attribute?
I'm running a Design Studio 1.6 SP1 on top of BI Platform consuming data from HANA SP 11 calculation views via OLAP Connection.
Thank you very much!