Is there any text mode to configure a dashboard page view filter to show the reports included in the dashboard? I saw this view filter in another instance, but I can't see how to replicate the filter in my instance to show reports. Thanks
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
There sure is, the textmode below will get you that view. Calling out what I also note in the hover description for the column - this method gets normal reports but will not capture if there is a calendar report also on the dashboard. That can lead to dashboards appearing to be blank if only a calendar view is included, so open carefully before using this for cleaning up stale dashboards.
For some reason, the data also does not successfully export to Excel. There might be a way to fix that, but I've never had time or reason to go chase it down yet.
description=List below does NOT include Calendar reports.
displayname=What Reports Are Included?
linkedname=direct
listdelimiter=<br>
listmethod=nested(portalTabSections)
type=iterate
valueexpression=IF(!ISBLANK({internalSectionID}),{internalSection}.{name},IF(!ISBLANK({externalSectionID}),CONCAT("EP: ",{externalSection}.{name}),""))
valueformat=HTML
Views
Replies
Total Likes
There sure is, the textmode below will get you that view. Calling out what I also note in the hover description for the column - this method gets normal reports but will not capture if there is a calendar report also on the dashboard. That can lead to dashboards appearing to be blank if only a calendar view is included, so open carefully before using this for cleaning up stale dashboards.
For some reason, the data also does not successfully export to Excel. There might be a way to fix that, but I've never had time or reason to go chase it down yet.
description=List below does NOT include Calendar reports.
displayname=What Reports Are Included?
linkedname=direct
listdelimiter=<br>
listmethod=nested(portalTabSections)
type=iterate
valueexpression=IF(!ISBLANK({internalSectionID}),{internalSection}.{name},IF(!ISBLANK({externalSectionID}),CONCAT("EP: ",{externalSection}.{name}),""))
valueformat=HTML
Views
Replies
Total Likes
Thanks so much, Katherine! The textmode works great.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Like
Replies
Views
Likes
Replies
Views
Likes
Replies