How do I specify which organization or filter will come up on a Metric Dashboard URL?
You can use a "org" parameter and/or a "filter" parameter on the Metric Dashboard URL. For example,
To show metrics for all divisions of TA, use:
https://example.com/dm/metric/dashboard.jsp?org=TA
To show metrics only for division TA-C of TA, use:
https://example.com/dm/metric/dashboard.jsp?org=TA-C
To show only metrics that are a BOA, use:
https://example.com/dm/metric/dashboard.jsp?filter=BOA
To show metrics that are a BOA for any division of TA, use:
https://example.com/dm/metric/dashboard.jsp?org=TA&filter=BOA
To show metrics that are a BOA for division TA-C of TA, use:
https://example.com/dm/metric/dashboard.jsp?org=TA-C&filter=BOA
That should be enough examples to give you an idea of all the different URL possibilities for the Metric Dashboard URL.