Open Q&A
If there's no good subforum for your question - ask it here!
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Issue with Data-driven links in new Dashboards: display_id (P-XXXX) vs Internal UUID for Problems

Fernando_Moreir
Observer

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:

  1. Fetch the internal UUID via DQL?
  2. Or a URL pattern that successfully accepts the P-ID for a direct drill-down?

I've tried /ui/apps/dynatrace.davis.problems/problem/{{display_id}} and the classic #problems/problemdetails;pid={{display_id}} without success.

 

Thanks in advance!

0 REPLIES 0

Featured Posts