Skip to content
NextLytics
Megamenü_2023_Über-uns

Shaping Business Intelligence

Whether clever add-on products for SAP BI, development of meaningful dashboards or implementation of AI-based applications - we shape the future of Business Intelligence together with you. 

Megamenü_2023_Über-uns_1

About us

As a partner with deep process know-how, knowledge of the latest SAP technologies as well as high social competence and many years of project experience, we shape the future of Business Intelligence in your company too.

Megamenü_2023_Methodik

Our Methodology

The mixture of classic waterfall model and agile methodology guarantees our projects a high level of efficiency and satisfaction on both sides. Learn more about our project approach.

Products
Megamenü_2023_NextTables

NextTables

Edit data in SAP BW out of the box: NextTables makes editing tables easier, faster and more intuitive, whether you use SAP BW on HANA, SAP S/4HANA or SAP BW 4/HANA.

Megamenü_2023_Connector

NextLytics Connectors

The increasing automation of processes requires the connectivity of IT systems. NextLytics Connectors allow you to connect your SAP ecosystem with various open-source technologies.

IT-Services
Megamenü_2023_Data-Science

Data Science & Engineering

Ready for the future? As a strong partner, we will support you in the design, implementation and optimization of your AI application.

Megamenü_2023_Planning

SAP Planning

We design new planning applications using SAP BPC Embedded, IP or SAC Planning which create added value for your company.

Megamenü_2023_Dashboarding

Dashboarding

We help you with our expertise to create meaningful dashboards based on Tableau, Power BI, SAP Analytics Cloud or SAP Lumira. 

Megamenü_2023_Data-Warehouse-1

SAP Data Warehouse

Are you planning a migration to SAP HANA? We show you the challenges and which advantages a migration provides.

Business Analytics
Megamenü_2023_Procurement

Procurement Analytics

Transparent and valid figures are important, especially in companies with a decentralized structure. SAP Procurement Analytics allows you to evaluate SAP ERP data in SAP BI.

Megamenü_2023_Reporting

SAP HR Reporting & Analytics

With our standard model for reporting from SAP HCM with SAP BW, you accelerate business activities and make data from various systems available centrally and validly.

Megamenü_2023_Dataquality

Data Quality Management

In times of Big Data and IoT, maintaining high data quality is of the utmost importance. With our Data Quality Management (DQM) solution, you always keep the overview.

Career
Megamenü_2023_Karriere-2b

Working at NextLytics

If you would like to work with pleasure and don't want to miss out on your professional and personal development, we are the right choice for you!

Megamenü_2023_Karriere-1

Senior

Time for a change? Take your next professional step and work with us to shape innovation and growth in an exciting business environment!

Megamenü_2023_Karriere-5

Junior

Enough of grey theory - time to get to know the colourful reality! Start your working life with us and enjoy your work with interesting projects.

Megamenü_2023_Karriere-4-1

Students

You don't just want to study theory, but also want to experience it in practice? Check out theory and practice with us and experience where the differences are made.

Megamenü_2023_Karriere-3

Jobs

You can find all open vacancies here. Look around and submit your application - we look forward to it! If there is no matching position, please send us your unsolicited application.

Blog
NextLytics Newsletter Teaser
Sign up now for our monthly newsletter!
Sign up for newsletter
 

How to implement a KPI tile with SAP Analytics Cloud Custom Widgets

Since the Q4 2019 release, SAP Analytics Cloud (SAC) Application Designer allows users to develop their own widgets (components). In this article, I will explain what custom widgets are and how to implement them into SAC. To give you an idea of the various possibilities, I present the KPI widget developed by NextLytics.

 

Introducing Custom Widgets

In general, a widget is a separate component within SAC. It represents everything that you can visually see and edit in the Dashboard Builder. This can be either a diagram or other elements such as text or the tab strip. SAC already offers you a variety of elements with which you can design your dashboard. But what happens if you cannot see the specific application scenario using the predefined widgets? This is exactly where custom widgets in the Application Designer offer a remedy. They can be tailored exactly to your needs and thus implement the specific scenario.

These tailored components are developed by front-end developers in JavaScript (outside of SAC). In these custom widgets everything that is possible with JavaScript can be developed. These can be other types of diagrams, but also more complex widgets that can, for example, display a map of your building and then interact with it.

Since the Application Designer is always used when more complex scenarios need to be covered, the use of custom widgets is reserved for the Application Designer. However, SAP is also planning an introduction to SAC Story.

The actual custom widget must be stored on a separate server. To make this widget available in SAC, a JSON file is included in SAC. This file contains essentially all the information that describes this widget (metadata). This includes all descriptions for this widget within SAC as well as the storage location to the server and the interfaces used for programming in the Application Designer.

 

Inserting Custom Widgets

You can access all custom widgets via the menu->Browse->Custom Widgets.

 

Custom Widgets

There you will get a list view of all custom widgets available in your Tenant.

You then add the custom widget in an analytic application. To do this, click on Add in the menu and you can then find the custom widget in the last entry of this list via "Custom Widgets".

 

Add a Custom Widget

NextLytics KPI Tile

To give you a better feeling for the possibilities of the custom widgets, I now present the NextLytics KPI Tile.

KPIs are a main component of a dashboard. The application scenarios are different, but the visualizations are similar. If a KPI is added as a numeric point in SAC, the context of this KPI is usually missing. How can the KPI be placed in the timeline? What exactly does this KPI represent? As a user, I am only shown the absolute comparison value. How does the percentage value behave?

The NextLytics KPI Tile was developed for this scenario.

NextLytics KPI Tile

It basically consists of a heading, two KPIs with deviations and a bar chart. Using switch buttons, which are placed directly below the deviations, you can switch between absolute and relative deviations. If only one KPI is to be displayed, the secondary KPI can also be hidden via coding. The values for the KPIs are also via the coding as well.


Dashboarding with SAP Analytics Cloud -
Download the whitepaper here!

 

SAP Analytics Cloud Whitepaper



There is an info button in the upper right corner. This allows you to display the reverse side and a description.

Backside Widget

All elements can be edited via the coding. The special feature of this KPI Tile is that you can use CSS to edit the layout and thus align it with your corporate identity. Adjustments at CSS level are otherwise not possible in the Application Designer.

CSS adjustments KPI Tile

CSS can be stored directly in the styling panel.

Styling Panel Custom Widget

Once a custom widget is integrated, it can be used in all Application Designer dashboards on your SAC Tenant.

It is not (yet) possible to connect a model (as with the charts or tables provided) for custom widgets. As you can see in our comparison document, the data binding is missing. This means that it is only possible to transfer key figures to custom widgets under certain circumstances. To do this, data from an already placed widget (tables are particularly suitable) must be temporarily stored and transferred using an array.

SAP Analytics Cloud Custom Widgets - Our Summary

Custom widgets can be useful for special applications. However, knowledge of HTML, CSS, and JavaScript is required, and they are primarily designed for Web developers. For the development of your own custom widget, it therefore makes sense for an SAP BW consultant with knowledge of SAC Application Designer and a Web developer to work together.

At the moment the connection of data is only possible under certain circumstances. However, as soon as data binding is supported, this workaround will be eliminated. We keep you updated and inform you as soon as data binding is possible!

Are you looking for support in implementing a custom widget for your requirements?

View Offer

Are you interested in dashboarding with SAP Analytics Cloud? Here you can find more information:

Learn all about SAC

, ,

avatar

Rafael

Rafael Sachs has been working as an SAP BW and BO consultant in various industries in Germany and abroad since 2013. He covers the range from requirements management to implementation. His core competencies are tailor-made solutions in the front-end area and the professional design of the company's own software NextTables. In his spare time he is a restless hiker, dog tamer and hobby cook.

Got a question about this blog?
Ask Rafael

Blog - NextLytics AG 

Welcome to our blog. In this section we regularly report on news and background information on topics such as SAP Business Intelligence (BI), SAP Dashboarding with Lumira Designer or SAP Analytics Cloud, Machine Learning with SAP BW, Data Science and Planning with SAP Business Planning and Consolidation (BPC), SAP Integrated Planning (IP) and SAC Planning and much more.

Subscribe to our newsletter

Related Posts

Recent Posts