Skip to Content
0
Apr 07, 2022 at 06:45 AM

[SAC][Analytic Application] - Copy filter applied from input Control to another model

654 Views Last edit Aug 25, 2022 at 10:58 AM 2 rev

Dear SAP Community,

we are facing the problem that we are not able to copy a filter which will be applied e.g. on a table trough the input control. By the code we normally use:

Table_1.getDataSource().copyDimensionFilterFrom(Chart_1.getDataSource());

to copy the filters.

But in this specific case when using the input Control to filter the table, no filters will be copied to the second model. It seems that the filter will not be applied to the data source, it will be applied directly to the table.

The behaviour is different when using a filter-line or put the filter directly to the table, then a copy by the above code line is possible.

2022-04-07-inputcontrol.png

we opened an enhancement request for this case, please vote also for this function if you think this could be helpful for you.

https://influence.sap.com/sap/ino/#/idea/281338

Also nice would be a onSelect() Event for the Input Control

https://influence.sap.com/sap/ino/#/idea/276526/?section=sectionDetails

Attachments