How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

How to create jump report in SAP story dashboard page to another page ?

calendar_today September 10, 2026 person sumitsamal123 domain sap-bi-tools

Hi All, while user select one field from table_1 on page-1 and click on the navigate button the other page(Page-2) will open with selected dimension as filter . Page-1 then next page same empid filter will apply in page -2 Page-2 These are the sample data button on_click var sel = Table_1.getSelections()[0]; //var dim = Table_1.getDimensionsOnRows()[0]; var selM = sel[Alias.MeasureDimension]; var result = Table_1.getDataSource().getResultMember(“EmpID”,sel).id; Text_3.applyText(result); Application.setActivePage(Page_2); unable to apply the selected result as filter in page-2.

open_in_new Read original post