Identifying a page
Hi all,
I'm working with dashboards, and I need to identify every page on the dashboard, in order to show a comment from a table, depending on the page the user is at.
For example, if the user is in page #1, the query of a table will show all the data filtering by page=1.
If the user is in page #2, the query of a table will show all the data filtering by page=2, and so on.
i tried using a prompt in every page with a specific value (the number of the page) and filtering the query with this prompt, but it's not working properly. Anyone has ever needed this, or know how to help me?
Thanks in advance