19 Jun 2026 10:29 AM
Hi community,
I'm working on a Business Dashboard using DQL and I'm struggling with drill-down links in a table widget. My query fetches events (DAVIS_PROBLEM) and I want to link each row to its specific Problem Details page.
The DQL provides the display_id (e.g, P-26061443), but the new Davis Problems App and event the Classic view seem to require the internal UUID (the long string) in the URL to load correctly. Using pid={{display_id}} often results in a blank page or "Failed to load".
Has anyone found a way to either:
I've tried /ui/apps/dynatrace.davis.problems/problem/{{display_id}} and the classic #problems/problemdetails;pid={{display_id}} without success.
Thanks in advance!
Featured Posts