on 2024 Feb 02 2:10 PM
Hi Community,
I installed the component "Basic Table with Data Adapter" from the Marketplace and try to use the build in filter function in the properties, but cannot manage to update the filter when a page variable is changed.
In the properties "Filter Condition", the binding property is set by the page variable "input".
This Variable is set initially to a value when the page is loaded. The filter is working:
But when updating the "input" variable, the change is visible but not reflected to the table filter:
How can the filter be refreshed to filter for the updated value? Many thanks!
Request clarification before answering.
You are not loading the table again when the filter variable is updating. The basic data table adapter you are using only binds to the first filter you created. I have had many issues with this basic table , so I created my own custom table. As far as my experience, you need to to reload this table whenever your variable is updated from the canvas logic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We manged to add filter as URL pamaeter
https://XXXXXXXX.preview.eu10.apps.build.cloud.sap/74550/s4prop_basic/page.Page1?PartnerID=3156909
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Summitt12 Does the URL parameter filter work in the deployed version as well for you(in Workzone Std edition launchpad)??
We are trying to form the filter conditions dynamically and pass it to the destination as URL parameter. It works fine in local build apps preview but gives CSRF token issue in deployed version..
Hi @MaxSt
I am not sure how you arrived there.
Can you please share the learning journey either title or URL and the lesson or exercise where you run into this issue.
Kind regards
Margit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Margit_Wagner,
It is a "Basic list with selection on right" installed from Marketplace. Same issue I was facing and posted in below Q&A link. Please support
SAP Build Apps - How to do Data Refresh for Market... - SAP Community
Learning Journey: Developing Apps with SAP Build Apps using Drag-and-Drop Simplicity section: Using Marketplace and Own Components (sap.com) if you include how to refresh DataAdapter components in this learning journey would benefit many.
| User | Count |
|---|---|
| 18 | |
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.