Hi,
Design Studio 1.5 comes with new Crosstab "Selection Type" Option "Data Cell".
According to Application Designer Documentation (http://help.sap.com/businessobject/product_guides/AAD15/en/ds_15_user_en.pdf) selected cell can be accessed via API method "getSelection". Returning Parameter is of type ResultSetSelectionByString.
Question: how can this return parameter be processed? I could not find any information on that.
I need to determine selected cell (row + column) of Crosstab.
Thank you,
Andreas