Expand my Community achievements bar.

SOLVED

Dashboard page view filter showing reports

Avatar

Level 1

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

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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

 

Avatar

Level 1

Thanks so much, Katherine! The textmode works great.