Filter all pages based on one filter in one page

0
Example: I have a stepper. First step the user will select a userID and then all other pages in this steppers should be automaticaly filterer to show only the data around this UserID.
asked
2 answers
2

Hi Syrine,

You can create an object of an NPE entity, which will contain the UserID.

Now while opening each page, you can pass the NPE and use it as the parent dataview to filter out only the required data.

This way, your mechanism will work.

Hope it helps!

answered
0

Create a filter-object on page for step 1 containing the UserId, and pass that object along to page for step 2.

answered