Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
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
Solucionado! Ir para a Solução.
Os tópicos ajudam a categorizar o conteúdo da comunidade e aumentam sua capacidade de descobrir conteúdo relevante.
Visualizações
respostas
Total de curtidas
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
Visualizações
respostas
Total de curtidas
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
Visualizações
respostas
Total de curtidas
Thanks so much, Katherine! The textmode works great.
Visualizações
respostas
Total de curtidas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas