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
- Create an ODE (optimized story experience)
- Add the Switch and a filter panel
- 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
- Using Pagination in Stories
- Resizing Tables to Fit Content
- 2569847 - Where can you find SAC user assistance (help) to use, configure, and operate it more effectively?
- Have a question? Ask it here and let our amazing SAP community help! Or reply and share your knowledge!
- 2487011 - What information do I need to provide when opening an incident for SAP Analytics Cloud?
- 2511489 - Troubleshooting performance issues in SAP Analytics Cloud
- Search for SAP Analytics Cloud content using Google or Bing:
- https://www.google.ca/search?q=site%3Ahttps%3A%2F%2Fapps.support.sap.com+SAP+Analytics+Cloud
- https://www.bing.com/search?q=site%3Ahttps%3A%2F%2Fapps.support.sap.com+SAP+Analytics+Cloud
- Note: Add relevant text or warning/error messages to the text search field to filter results.
- SAP Analytics Cloud Connection Guide
- Getting Started with SAP Analytics Cloud Expert Community page
- SAP Analytics Cloud Get More Help and SAP Support
- Need More Help? Contact Support or visit the solution finder today!
Keywords