14 Nov 2025
10:59 AM
- last edited on
14 Nov 2025
11:49 AM
by
IzabelaRokita
Requirement : I wanted to access url query parameters from dashboard url in dynatrace.
Summary : I have a dashboard page in dynatrace, In this main dashboard having one hyper link(URL) to navigate to another dashboard. while clicking the child dashboard URL link I am able to navigate to linked dashboard with few custom url query params. I tried with all possible solutions given by dynatrace document but couldn't find the solution.
Request you Please help to support this ticket.
I want to fetch the query param "proxy_name" in DQL from above sample URL with out using RUM (Real User Monitoring)
Solved! Go to Solution.
14 Nov 2025 12:43 PM
Hi,
Unfortunately, IMO is not possible.
DQL cannot access dashboard URL query parameters.
Dashboards run completely on the server side, and DQL queries do not receive any context about dashboard URL, browser query parameters or navigation parameters passed between dashboards.
If you need dynamic filtering, the recommended approach is:
Featured Posts