If you embedded your Management view component in a dashboard page and want to use the global filter of the dashboard in your Management view, you can specify the global filter of the dashboard as a filter master with the constant ID DASHBOARD_GLOBAL_FILTER when calling Management view components.
Example
...
<html>
<body>
. . .
<script language="JavaScript" type="text/javascript">
showMVFlexComponent("1", "Fav_TABLE", "FAVORITES_SHARED", "FLEX",
"100%", 400, "DASHBOARD_GLOBAL_FILTER", "");
</script>
. . .
</body>
</html>