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.
Hi Kumar,
Another approach could be found here: . The context might be very similar. I proposed to check on the on select event what crosstab area was hit and determine from there what action shall be taken next. That approach will definitely be independent from any layout issues that you encounter now.
Let me know what you think.
Kind regards
Martin
Add a comment