How can I duplicate a page with all of it's features, components, ... into a new page?
I would need the exact same visual but use a slightly different Query in a shown table.
For example a view that shows all table rows as a result of Query 1 and other view showing the exact same thing, but the data of that table is based on Query 2
Both queries result in the same columns, but the filtering is different.
I want to avoid retrieving "all data" and applying a low code apps filter on the result.
Instead I want the filtering to be applied on the query itself as I hope this will reduce the loading time of the table to what is actually needed for the viewer.
Hi Mieke,
Feel free to take a look at the answer on this Dojo question: https://community.dataminer.services/question/duplicate-pages-in-a-low-code-app/
There Leander explains how you can duplicate a page, as a workaround. DCP202736 is added on the backlog to provide duplicating pages as a new feature.
Note, using a query filter component to filter your table result should have the same performance as manually appending a filter node to the query. Since the query filter will basically append additional filter nodes to the query behind the scenes.
Best regards,
Ward
For future reference; duplicating pages, apps and GQI queries have been made easier: https://community.dataminer.services/work-smarter-not-harder-duplicating-low-code-apps-and-gqi-queries/