Symptom
Open a story which contains some page filters in full view mode. After change some filter values and switch to Edit mode:
- For some stories, the changed filter values are inherited in Edit mode.
- For some stories, the changed filter values are reset to the original default one in Edit mode.
Environment
SAP Analytics Cloud 2026.2
Reproducing the Issue
- Log on SAP Analytics Cloud and go to Folders
- From the folder object list, open a story which contains page filters.
* Opening story from the folder list can make the story to be opened in full view mode. - In view mode, set one or more story filter, change the values and apply.
- Switch to edit mode and observe whether the changed value will be kept or not.
Cause
The different of story behaviors are caused by whether it contains scripting or not.
- The stories without scripts retain the filter values.
- The stories with scripts do not.
Resolution
In case of user prefer to get a fixed behavior like DO NOT keep the change in view mode, add a minimal script (for example, a benign widget event script) and save. For example:
- In edit mode, select one table (if having) and edit the code for onSelect().
- Simply add one line like Table_1.setVisible(true); in case of no requirement to make the table invisible.
Keywords
sac story filters, view mode, edit mode, filter inheritance, scripting effect, scripted story, unscripted story, filters retained, filters not retained, inconsistent filter behavior, mode switch, story design, story scripts, analytics cloud stories, filter persistence , KBA , LOD-ANA-DES , Story Design & Visualizations , LOD-ANA-UNS-SCR , Unified Story Scripting related Issues , Problem
SAP Knowledge Base Article - Public