- Learning SAP BusinessObjects Dashboards
- Taha M. Mahmoud
- 261字
- 2021-07-16 14:06:01
Dashboard creation process
We can start creating our dashboard once we complete the initiation phase. The dashboard creation process is very simple, as we can see in the following diagram:

Now, let's discuss each step in more detail as follows:
- Import data: The first logical step in the dashboard creation process is to import data to your dashboard, which can be done by linking our dashboard MS Excel model with a dynamic data source, such as Live Office, Web service or Direct Universes query. This option will help us dynamically refresh the data in our dashboard after we publish it. On the other hand, we can also import the Excel raw data into our dashboard. In this case, our dashboard will depend on the data imported, and somehow it will be static.
- Build the model: We can start building the model after importing the data by adding dashboard components, and by linking them with the data we imported in the preceding section. We may link our dashboard objects directly to the source data, or we may need to use Excel formulas to shape the data and prepare it before linking it with the dashboard components.
- Publish the model: The last step after we complete the design of our dashboard is to publish it to the BO server to be used by the end users.
By now, you might be bored of reading a lot of theory. So, let's start implementing the eFashion dashboard as per the sketches and prototype that we have. We start with the workspace preparation and data import.
推薦閱讀
- Mastering Concurrency Programming with Java 8
- Qt 5 and OpenCV 4 Computer Vision Projects
- Scala Design Patterns
- Scratch 3游戲與人工智能編程完全自學教程
- MySQL數據庫管理與開發(慕課版)
- Building RESTful Python Web Services
- HTML5從入門到精通(第4版)
- Java面向對象程序設計
- Procedural Content Generation for C++ Game Development
- 持續輕量級Java EE開發:編寫可測試的代碼
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- Spring 5 Design Patterns
- 貫通Tomcat開發
- Learning Kotlin by building Android Applications
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x