Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
Catherine_Ye
Associate
Associate

Composite can be used as a standardized and reusable group of widgets, which can be a corporate header or footer, navigation panel, or even a predefined chart or table.

However, for a composite with predefined charts or tables, it wasn’t possible to change its data without scripting support after importing it to an optimized story. This made it difficult for story designers to build a story with multiple visualizations in standardized settings. They may have to recreate the charts or tables over and over.

To handle this pain point, we are pleased to introduce composite data source configuration, now available with QRC2/2024 release in SAP Analytics Cloud. Let’s explore more about the functionality, which lets you configure composite data source depending on your story context.

Introduction

A new side panel is introduced in edit mode for each composite in the story, which lists all the models used by it in tokens. You can easily open the panel via the context menu of a composite. Since the configuration is done on a model basis, you can trigger the workflow via selecting the corresponding token in the side panel.

Catherine_Ye_0-1713854242908.png  

Catherine_Ye_1-1713854254334.png

Like replacing a model in the story, composite data source configuration is composed of mapping original objects in use with replacement objects on the Mapping page, reviewing any mapping issue, composite element issue, and additional impacts on the Summary page before completing the actual replacement.

For more information about supported models, and objects and issues classification, refer to the documentation of replacing models in optimized story.

Procedure

Upon selecting Replace Objects or Model in Manage Models side panel, you are guided through the workflow of composite data source configuration. Generally, there are two typical scenarios.

Configure a new data source

After you select a different model, the Replace Model dialog pops up for you to replace all the in-use objects from the original model with the mapped ones from the new model. You can follow the Mapping and Summary pages to replace the model used by the composite with a new one based on your story context.

Catherine_Ye_2-1713854580933.png

This scenario is quite common when you transfer the files from one server to another, or your dashboard goes from the prototyping to build and validation stage, where the data model to repoint to is usually identical or a superset of the original one.

Example: Collapsible lane with charts as composite (highlighted in blue below) to ensure dashboard standardization. It can be easily updated to the model used in build and validation stage.

Catherine_Ye_3-1713854611026.png

Select different dimensions or key figures within the same data source

If you select the same model as the original one, you can update the objects used by the composite by rebinding its dimensions, measures, and so on without changing the model.

Catherine_Ye_4-1713854628430.png
The Mapping and Summary pages are almost the same as replacing a model except for some wording differences.

This is useful when you want to update the measures or dimensions for different key figures in tiles with standardized visualization style and layout.

Example: 3 key figures shown in KPI tile using the same composite with a Numeric Point in it. With the help of composite data source configuration, you can easily change the measure instead of writing scripts like below:
addMember(Feed.ValueAxis, “Quantity sold”);
addMember(Feed.ValueAxis, “Discount”);

Catherine_Ye_5-1713854688300.png

Completion

Once you select Replace Model or Replace Objects, the composite in your story gets reloaded with the new objects, and the Manage Models side panel is updated with the latest model information.

Catherine_Ye_6-1713854706964.png

The replacement can’t be undone, and the story will be marked as dirty in case you want to discard the changes.

Things to note

All the original objects in use must have mapped objects so that you can proceed to the review step. Otherwise, you’ll find an error at the footer about unmapped objects.

Catherine_Ye_7-1713854725310.png

The data source related scripts remain unchanged and need your manual update (e.g. setDimensionFilter, setModel) as the data source related information (e.g. model ID, dimension ID) has been changed.

The filters used in the composite might break if the filter members are different after the replacement.

Summary

With the blog, I hope you have a clear sense of how to update the model or objects in use of the composites in your story. We’ll continuously share with you about more enhancements in the composite feature. Please stay tuned.