Hello,
I'm building a Low Code app with multiple pages. Most of the pages have tables that are filtered by Affiliate name as shown in the image below. Right now I have a dropdown feed on every page, but this is inconvenient since a user would have to select the same affiliate every time they change pages.
Does anyone have a suggestion for a way to do this where the affiliate could be selected from every page, but would filter tables on all the pages as needed? Thanks!
Hi Jim,
My suggestion would be to move that dropdown selector to a side panel. You can reuse the feed from that same dropdown on all your pages. You can then add a button to open that panel on every page where you want that selection to be available. This could look something like this:
I cannot seem to replicate that behavior on my system. Do I understand correctly that you have a GQI query in a table on your main page, and a trigger component that triggers it to refresh every 15s? When I set this up, the content of my query-based table changes immediately upon changing the selection in the dropdown on the panel. What DataMiner version are you on?
Hi @Reinout – We are on Dataminer DataMiner (10.3.2.0-12627), with the Web Apps updated to 10.3.2.2305
Given that you were not able to replicate this I will try building a test app to validate as opposed to updating my current app to troubleshoot.
@Reinout, found one issue with this design. When I use the dropdown feed in the panel to select an item the tables tied to that feed do not immediately update. The tables are filtered by a timed trigger in order to update every 15s. The changes made in the panel based dropdown do not show up until the next triggered refresh. Is there a way to make them show immediately on changing the dropdown.
The current dropdown feeds on each page do take effect immediately.
Thanks