- Salesforce Lightning Reporting and Dashboards
- Johan Yu
- 232字
- 2021-07-15 17:13:24
Generating reports and dashboards
When you click on a report, Salesforce generates the report on the fly within seconds, and the data shown in the report is live data from your Salesforce organization. But what if I would like to see a report from yesterday's data or last week's data? No, you can generate report only for current data. If you would like to see historical data, you can set up Reporting Snapshot or Field History, but that's not the whole data snapshot on a certain date.
In the report, you can only see objects and fields that you have access to, assuming that the report is created by someone else. This means that for the same report, you may see fewer fields or columns than other users, because you do not have permission to those fields.
Similarly, for a data set, if the record is not visible to you in Salesforce, you will not see it in the report either. This is referred to as the object sharing setting and object permission.
However, dashboard is a different story. When you open a dashboard, it shows data as of the last dashboard refresh. If the dashboard was last refreshed by your colleague, you will see the data as of your colleague's last refresh, or you can refresh it manually. Salesforce offers the ability to auto refresh the dashboard, but within a limit.
- Java面向對象軟件開發
- 三維圖形化C++趣味編程
- 從程序員到架構師:大數據量、緩存、高并發、微服務、多團隊協同等核心場景實戰
- 64位匯編語言的編程藝術
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- 劍指MySQL:架構、調優與運維
- Python機器學習算法: 原理、實現與案例
- Swift 4從零到精通iOS開發
- Qt5 C++ GUI Programming Cookbook
- Python商務數據分析(微課版)
- 寫給大家看的Midjourney設計書
- Unity Android Game Development by Example Beginner's Guide
- 實戰Python網絡爬蟲
- 深入理解Java虛擬機:JVM高級特性與最佳實踐
- 循序漸進Vue.js 3前端開發實戰