Problems filtering data with URL parameters

OS info

  • Operating System : Windows 10.0.17134
  • Wappler Version : 2.0.0-beta.3

The URL passed to the target page is not being read. The output on the target page is based on the default value of 10010202, when the value of the URL being passed is 10010204. See image

How is your database filter setup in the query builder?
Also did you bind the query param to your server action on the page?

Did you follow this tutorial?

This shows the screen based on the filtered request including the default value for dptid.

This screen shows the query set up.

I reviewed the documentation and fond that the Anchor Button Component was missing from Version 2 Beta 3

This screen shot is from the code of the referring page.

Why have you created a variable and not defined a query parameter in app structure?
It won’t work with variable, as the query parameter (url parameter) is what you need.
Please just follow the tutorial and it shows exactly what you need to do.

All set…total user error

Thanks

1 Like