`
JerryWang_SAP
  • 浏览: 1064458 次
  • 性别: Icon_minigender_1
  • 来自: 成都
文章分类
社区版块
存档分类
最新评论

SAP Analytics Cloud exception aggregation type设置成LAST的效果

阅读更多

excel数据源如下:

 

 

如果忘记了将excel的日期列在SAP Analytics Cloud里设置为Date类型的dimension,则在绘制出的Line Chart里,无法启用time series forecasting功能:

 

 

为了测试SAP Analytics Cloud的exception aggregation类型设置为LAST的效果,我创建了两个line chart,左边的没有使用任何额外的设置,因此sold这个measure采用默认的SUM进行聚合操作(aggregation),右边的使用了如下的设置: 即一个类型为Aggregation的calculation,measure设置为sold,operation为LAST:

 

 

当line chart默认的level为1时,就能看到两种设置的差距了:左边的line chart会把2019年5个月的sold金额做求和操作,而右边的line chart显示的则是dimension里最后一列,即2019年5月的sold值:5.

 

 

level = 2时,以季度为单位做集合,左边Q2显示的是2019年4月,5月两月的sold之和:4 + 5 = 9, 而右边line chart显示的仍然是最后一个月即2019年5月的sold值:5.

 

 

level = 4时,两个图内容相同。

 

 

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

0
1
分享到:
评论

相关推荐

    Aggregation数据集

    Aggregation Aggregation Aggregation 适合聚类使用!有多类簇

    SAP Query 使用说明

    SAP Query是SAP系统中一个强大的数据查询和报告工具,尤其适用于那些希望自定义报告而无需编程背景的用户。这个工具允许用户通过简单的图形界面设计复杂的查询,并以表格、图表或其他格式展示结果。以下是对SAP ...

    Association, Aggregation and Composition的区别

    Association, Aggregation and Composition 的区别 在 Java 应用程序开发中,理解 UML 类图元素及其与 Java 的映射关系是非常重要的。其中,Association、Aggregation 和 Composition 是三个常见的 UML 元素,它们...

    机器学习技法课之Aggregation模型

    ### 机器学习技法课之Aggregation模型 #### 一、Aggregation模型概述 Aggregation模型是一种重要的机器学习技术,主要用于组合多个弱学习器以形成一个更强大的预测模型。这一技术的核心在于通过各种策略来整合不同...

    Map overlay and spatial aggregation in sp

    Edzer Pebesma (2018). Numerical “map overlay” ...spatial data, so that any spatial properties can be used to define an aggregation predicate, and any R function can be used as aggregation function.

    GXT组件使用教程4——Aggregation Grid

    在本文中,我们将深入探讨GXT组件的使用,特别是关于Aggregation Grid的教程。GXT是Sencha提供的一款强大的JavaScript库,专为构建企业级Web应用程序而设计,它提供了丰富的UI组件和数据网格功能。Aggregation Grid...

    Unsupervised Part-based Weighting Aggregation

    Unsupervised Part-based Weighting Aggregation of Deep Convolutional Features for Image Retrieval.pdf

    Cross-Scale Cost Aggregation Code

    《跨尺度成本聚合码》(Cross-Scale Cost Aggregation Code)是实现立体匹配算法CSCA(Cross-Scale Cost Aggregation)的一种软件实现。立体匹配是计算机视觉领域的一个重要研究方向,其目标是通过分析图像对来计算...

    SAP BW 培训

    根据提供的信息,我们可以总结并深入探讨SAP BW(Business Warehouse)的相关知识点以及挑选培训机构时需要注意的关键因素。 ### SAP BW 知识点 #### Tcode - **SE16**: 这是一个常用的数据浏览工具,允许用户查看...

    基于模版实现图像矩阵的aggregation

    使用matlab自己编辑的基于模版大小实现均值滤波,并且将模版均值赋予新的矩阵,生成灰度图像。

    EventAggregation.dll

    EventAggregation

    SAP BusinessObjects BI4 Suite - Supported BEx Query Elements

    ### SAP BusinessObjects BI4 Suite - 支持的BEx查询元素概述 SAP BusinessObjects BI4 Suite是一款功能强大的商业智能工具套件,旨在为用户提供全面的数据分析与报告能力。随着技术的发展和服务包(Service Pack)...

    tcp.tar.gz_aggregation_aggregation in ns2_ns2_ns2 aggregation_tc

    标题"tcp.tar.gz_aggregation_aggregation in ns2_ns2_ns2 aggregation_tc"暗示了我们即将探讨的是NS2中TCP协议与802.11 MAC层的聚合(aggregation)功能,以及可能涉及的TCP分片重组(fragment retransmission)...

    HP Auto Port Aggregation (APA) Release note

    ### HP Auto Port Aggregation (APA) Release Note #### HP APA Overview for HP-UX 11iv1 **Auto Port Aggregation (APA):** Auto Port Aggregation is a feature designed to provide high-speed, fault-...

    carrier aggregation LTE-Advanced lab

    LTE-Advanced技术中的载波聚合(Carrier Aggregation)是4G网络技术中的一项重要进步,它极大地提高了数据传输速率,改善了频谱效率,特别适合于高密度的用户部署环境。载波聚合技术的核心在于将多个载波(频段)...

    mongodb aggregation运用例子

    ### 聚合管道(Aggregation Pipeline) 聚合管道是一个多层次的处理过程,它将数据文档转换为聚合结果。它由多个阶段组成,每个阶段都按照声明的顺序进行操作。聚合管道中常见的一些操作包括: - **$match**: 过滤...

    AdaBatch: Efficient Gradient Aggregation.pdf

    We study a new aggregation operator for gradients coming from a mini-batch for stochastic gradient (SG) methods that allows a significant speed-up in the case of sparse optimization problems. We ...

    扩散限制凝聚算法(Diffusion-limited Aggregation,DLA)代码

    扩散限制凝聚(Diffusion-Limited Aggregation,DLA)是一种模拟自然界中自组织过程的算法,常用于研究粒子聚集现象。在DLA模型中,随机行走的粒子在到达已聚集的粒子群时会粘附上去,形成复杂的分支结构。这个过程...

    LTE-WLAN aggregation [Industry Perspectives]

    LWA offers many additional benefts such as common control of 3GPP and Wi-Fi resources, operator controlled WLAN mobility, and fast RAN-based WLAN authentication. Importantly, Release 13 LWA can be ...

    Aggregation and adhesion properties of 22 Lactobacillus strains

    "Aggregation and adhesion properties of 22 Lactobacillus strains" 这篇文章主要探讨了22株不同物种的乳杆菌的自聚性、共聚性、疏水性和粘附性等特性,这些特性是衡量乳杆菌作为潜在益生菌的重要指标。...

Global site tag (gtag.js) - Google Analytics