I have created few dashboards, say Dashboard_1 and Dashboard_2. Clicking in report on Dashboard_1 drills down to report2 on Dashboard_2. I want a user to be able to drill down to report2 on Dashboard_2, but i want to hide the Dashboard_2 under tab Dashboards . Please help
You can make the dashboard invisible like this:
<dashboard isVisible="false">
...
</dashboard>
It'll be there for drilldowns or bookmarked links, but should not appear in the dashboards view. Will appear in the Settings -> UI -> Views menu of course.
You can make the dashboard invisible like this:
<dashboard isVisible="false">
...
</dashboard>
It'll be there for drilldowns or bookmarked links, but should not appear in the dashboards view. Will appear in the Settings -> UI -> Views menu of course.
Thank you for prompt response . it worked .