Hello,
I'm trying to use markdown to link between dashboard.
Some of those dashboard have many tiles and are basically logically separated horizontal sections.
An example would be:
- overall performance
- Action 1 performance breakdown
- Action 2 performance breakdown
- Action N performance breakdown
This is useful to get all the information in a dashboard.
In another dashboard I have only an indicator of the performance of the single actions.
I would like to add links to the specific section of the breakdown dashboard not to the top.
I saw that in edit mode it is possible to force the opening of the dashboard on a specific tile using the parameter tileIdList, as follows
https://{environmentid}.live.dynatrace.com/#edit;id={id};gtf=-{gtf};gf={gf};tileIdList=5
The same parameter seems to not be present outside edit mode.
For the expected audience of the dashboard it would be better loading at the top rather than showing edit mode.
Is there any parameters in the url to link to a specific tile or is there any way to open a dashboard on a specific tile not in edit mode?
Thank you in advance,