Hi
Data Source : HANA
I have Kept the dimension Month in column , so that I can get a view like this
I want to click on a datacell and capture the intersecting ROW ( GLCODE ) and COLUMN ( MONTH ) .
I will be using the captured GLCODE and MONTH to set filter on another Dataset .
On the CrossTAB I enabled
Selection Type : Data Cell
Selectable Area : ALL
Context Menu Enabled: True
However I am not being able to capture the MONTH that is in the Column , but being able to retrieve the GLCODE
TEXT_5.setText(CROSSTAB_2.getSelectedMember("MONTH").text);
TEXT_6.setText(CROSSTAB_2.getSelectedMember("GLCODE").text);
And If I use this statement
TEXT_5.setText(CROSSTAB_2.getSelectedMember("MONTH").internalKey);
Then it returns me the below text
(ALL_MEMBERS)
Your help is appreciated ![]()
rishi

