Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

79
Views
Is it possible to use the same search field to filter multiple tables? SAP Ui5

My fiori application has multiple tables, each with its' own search bar, in separate nested views. Is it possible to filter all tables using the same search bar? The code below works for filtering the table for the view I am on, but does not work on the other tables:

var oView = this.getView();
var sValue = oView.byId("searchField").getValue();
var oFilter = new Filter("Id", FilterOperator.Contains, sValue);

oView.byId("idTable1").getBinding("rows").filter(oFilter, FilterType.Application);
oView.byId("__xmlview2--idTable2").getBinding("rows").filter(oFilter, FilterType.Application);
oView.byId("__xmlview3--idTable3").getBinding("rows").filter(oFilter, FilterType.Application);
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!