Hi,
I want to disable onselect feature in crosstab for Key figures/Measures.
My Issue: I am having a drilldown/navigation functionality setup on crosstab. When user clicks on the dimension data(Cell) in the crosstab, i am passing it to filter the data source.But when user clicking on keyfigures getting wrong values. my code using the selected cell information to filter the data source and returning inappropriate information.
After searching many poss and blogs, figured out that, with the help of sapzencrosstab-DataArea class we can do it, but not sure how to do it.
Any suggestion to achieve it.