function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sravani adirajusravani adiraju 

How to add reports & dashboards to napili template

Hi there,Although i added reports & dashboards in the tabs section of community Management, Couldn't find reports & dashboards in community builder. can anybody tell how can I achieve it
Best Answer chosen by sravani adiraju
Dario BakDario Bak
Yo can allways go with a Visualforce page:

<apex:page >
<analytics:reportChart reportId="xxxxxxxxxx" showRefreshButton="true" size="huge" cacheResults="false" />
</apex:page>