Hi Andrea,
I also just encountered the same problem as Subbaiah and saw the comment afterwards. Do you know if it is planned to transfer the concept for on-prem as well or will it only be possible on BTP? It would be interesting to know under which ...
Hi Ravishanker,I know it's an old post, but did you find a solution to your problem? I am currently facing the same problem and do not want to use a virtual element or table functions, just pure ABAP CDS logic.Thanks in advance,David
Hi,i was facing the same issue and found a SAP Note wich solved the problem.https://launchpad.support.sap.com/#/notes/2400641I found the hint in the release notes of the BW Modling Tools for 1.17:https://launchpad.support.sap.com/#/notes/0002407411Re...
Hi Santos,you're right - my workaround is in a diffrent context which seems to bee important for the functioning:I called the script while the crosstab is on a diffrent page of a pagebook. Same effect happens when the crosstab is not visible. But on...
Hello Veera,i'm facing the same issue with DS 1.5 and found a small workaround to remove the selection on a Crosstab. You just have to assign a new DataSource to the Crosstab before assigning the old one again.CROSSTAB_1.setDataSource(DS_ANY);CROSSTA...