SAP Knowledge Base Article - Public

3464066 - Filter panel is hidden but it is showing when page is active - SAC

Symptom

The Filter Panel is hidden, but it still appears when the page is active in the optimized story.

Environment

SAP ANALYTICS CLOUD

Reproducing the Issue

  1. Create an ODE (optimized story experience)
  2. Add the Switch and a filter panel
  3. Add the following script linked to the switch:

if    (Switch_1.isOn()){
    Panel_Filter1.setVisible(true);
    Application.showMessage(ApplicationMessageType.Info,"Filter On ");
}  
else {
    Panel_Filter1.setVisible(false);
    Application.showMessage(ApplicationMessageType.Info,"Filter Off ");

And linked to the page that contains onActive() Script, and make sure that the Switch status is Off

-->The filter panel will keep appearing even when the Switch is off 

Cause

This behavior is by design.

Resolution

The paginated tables in SAC Reporting workflows are not currently compatible with widgets that require the Visibility parameter.

To address this, the recommendation is to deselect the "Auto-Size and Page Table Vertically" option for any Table widgets used alongside these widgets.
For further understanding, kindly refer to the support documents:

See Also

Keywords

SAP Cloud for Planning, sc4p, c4p, cforp, cloudforplanning, Cloud for Analytics, Cloud4Analytics, CloudforAnalytics, Cloud 4 Planning, Filter Panel, hidden, pagination, setVisible, Auto-Size, ODE,
, KBA , LOD-ANA-AD-COR , SAC Application Designer , LOD-ANA-UNS-DVP , Unified Story Developer Issues , Problem

Product

SAP Analytics Cloud 1.0