Click on the Create new query floating action button in the lower-right corner of the screen.
URL can be relative or absolute. Relative URLs only have a path and do not start with <scheme>:// or /. Relative URLs are resolved from the Server Base URL defined in the platform configuration.
For example,
mdm-app/product_reatil_model/ProductRetailMDM/browsing/Items/${Item ID}
would resolve to
http://xdm.acme.com:8088/semarchy/mdm-app/product_reatil_model/ProductRetailMDM/browsing/Items/${Item ID}
if the Server Base URL is set to http://xdm.acme.com:8088/semarchy in the platform configuration.
Ewan White
Currently implementing a Dashboard for the clients application. They have some questions about the functionality of the dashboards which I haven't been able to find the answers to online so any response to this would be greatly appreciated.
Question 1
Is there a way for the dashboard to be exported/downloaded so that they can share within their organisation
Question 2
Does the dashboard have the functionality to be used to navigate to areas within the application. For example one of the graphs on the dashboard show golden data exceptions and if they client was to select it would either show a snapshot of the data specifically or takes them to the view of the golden data exceptions,
Thanks in advanced!