首页 > 其他分享 >hyperion的scenario维度

hyperion的scenario维度

时间:2024-03-05 15:13:00浏览次数:11  
标签:Specifies scenario data item attribute 维度 line hyperion

情景维度,用来区分不同类别的数据,在合并的时候,我们可能会合并来自核算系统的实际数据actual,来自预算系统的预算数据budget,或预测数据forecast,或者你自己定义的场景。

  有一些重要的属性在这个维度进行设置:默认币种,合并方式,默认视图等,如下:

AttributeDescription

ConsolidateYTD

Specifies the data view for consolidation - Year-to-Date or Periodic. This attribute is required. Specify Y for YTD or N for Periodic.

If you set ConsolidateYTD to N, you must also set both ZeroViewForAdj and ZeroViewForNonadj options to Periodic.

DefaultFreq

Specifies the types of periods for which data input is valid for the scenario. This attribute is required.

For example, a value of Monthly indicates that you can extract input data only in month-based periods, not in quarter-based or year-based periods. The frequency must be defined in the application profile.

DefaultParent

Specifies the default parent for the scenario.

DefaultView

Specifies the data view (Year-to-Date or Periodic) to use when Scenario View is selected in the point-of-view bar. This attribute is required. Specify YTD or Periodic.

If you change the default view for a scenario and line-item detail has been entered, you should first extract the line-item detail and save it. Then delete the line-item detail from the scenario before changing the view. You must change the extracted line-item detail to match the new default view before reloading it.

DefFreqForICTrans

Specifies the default frequency for intercompany transaction data. This attribute must be a valid frequency and can contain a maximum of 80 characters. The default for this attribute is blank.

Description

Specifies the description for the scenario. The description can contain up to 80 characters, including spaces.

EnableDataAudit

Specifies whether changes to data for the scenario should be tracked in the data audit log. This attribute for an account or a scenario determines what can be audited. Specify one of these values:

  • Y to automatically audit all accounts. Even accounts that have EnableDataAudit set to False will be audited.

  • O to audit only those accounts that have EnableDataAudit set to True.

  • N to disable auditing for all accounts.

MaximumReviewLevel

Specifies the maximum level of reviews for process units for the scenario. Each process unit can have up to 10 levels of review. Specify a review level from 1 to 10. This attribute is required.

Member

Specifies the name for the scenario. This attribute is required. The name must be unique and can contain up to 80 characters, including spaces, but cannot start with a space.

Do not use these characters in the scenario name:

  • Asterisk (*)

  • At sign (@)

  • Comma (,)

  • Curly brackets ({})

  • Double quotation marks""

  • Minus sign (-)

  • Number sign (#)

  • Period (.)

  • Plus sign (+)

  • Semicolon (;)

  • Slash mark (/)

PhasedSubmissionStartYear

In applications for which process management phased submissions is enabled, specifies the start year for phased submissions.

SecurityClass

Specifies the name of a valid security class that defines users who can access the data for the scenario. Security class names can contain up to 80 characters. For example, a user with None access rights to a scenario can open journal periods for the scenario.

SupportsProcessManagement

Specifies whether the scenario supports Process Management. Specify one of these values:

  • Y to enable the Process Management without email alerts

  • N to disable the Process Management option

  • A to enable Process Management and email alerts

UserDefined1, UserDefined2, UserDefined3

Stores custom information for the scenario. You can enter a maximum of 256 characters. The UserDefined1, UserDefined2, and UserDefined3 functions retrieve the text stored in this attribute.

UsesLineItems

Specifies whether accounts can use line-item detail in this scenario. Specify Y if the scenario can accept line items or N if the scenario cannot accept line items.

If you change this attribute after line-item detail is entered, the stored line item detail may no longer be valid for the scenario. These behaviors occur:

  • If the scenario accepted line items and now it cannot, the line-item detail stored in the database is no longer valid. Only the total is displayed.

  • If the scenario did not accept line items and now it can, there is a total amount but no corresponding line-item detail information for the scenario. You can extract the total and then load it as line-item detail data so that the total matches the line-item detail information.

  • If the scenario does not accept line item detail initially, and if there is data present for the scenario, then it is not possible to enable line item details for the scenario or for any accounts in the scenario. To enable line items for that scenario, you must delete existing data, enable the line items in metadata and reload the data into the application.

ZeroViewForAdj

Specifies how to interpret missing, adjusted data values for the period. This attribute is required. Specify YTD or Periodic.

If you set ConsolidateYTD to N, you must also set both ZeroViewForAdj and ZeroViewForNonadj options to Periodic.

ZeroViewForNonadj

Specifies how to interpret missing, nonadjusted data values for the period. This attribute is required. Specify YTD or Periodic.

If you set ConsolidateYTD to N, you must also set both ZeroViewForAdj and ZeroViewForNonadj options to Periodic.

标签:Specifies,scenario,data,item,attribute,维度,line,hyperion
From: https://www.cnblogs.com/hitzhu/p/18054077

相关文章

  • 那些维度评价代码的好坏?设计模式
    1.可维护性对于项目来说,维护代码的耗时,远远大于大于代码的编码。代码维护性非常关键主观评价标准:bug容易修复,添加功能比较简单。2.可读性代码的可读性,关乎代码的可维护性。 代码是否符合代码的命名规范。 命名是否规范,注释是否全面,函数是否长短合适,模块划分是否清......
  • hyperion hfm 期间维度
    hyperionhfm的期间维度,是在profile文件配置的,也就是在创建应用程序时候,这个维度的成员,确定后不能进行修改,按照报表出具周期,一般使用的有月,季度,半年度,年度,当然也可以添加诸如周,日粒度,不过一般不这么做,因为其一报告不需要达到这么细的粒度,其二,如此细粒度会影响系统性能,在使用的时候......
  • 降低零阶方法对维度的依赖
    零阶方法简介降低维度依赖参考零阶方法简介简单地说,零阶方法是通过访问函数值或者计算函数值的差值来得到下降方向,以此来优化目标函数。此篇考虑一个\(L\)光滑且无约束的函数\(f\),\[\min_{x\in\mathbb{R}^d}f(x).\]根据YurriNesterov等人提出的高斯光滑技巧,我们可......
  • onnx导出-多输入+动态维度
    onnx导出-多输入+动态维度目录onnx导出-多输入+动态维度常见问题多参数输入动态输入导出动态输入问题-无法修改维度重新定义onnx输出验证导出和测试多头输入多头输出参考资料常见问题多参数输入importnumpyasnpimportcv2importtorchimporttorch.nnasnnimporttorc......
  • 词向量的维度应该怎么选择
    在之前的文章《最小熵原理(六):词向量的维度应该怎么选择?》中,我们基于最小熵思想推导出了一个词向量维度公式“n>8.33logN�>8.33log⁡�”,然后在《让人惊叹的Johnson-Lindenstrauss引理:应用篇》中我们进一步指出,该结果与JL引理所给出的O(logN)�(log⁡�)是吻合的。既然理论上看上去很完美,......
  • 名企测试管理大咖解析沟通管理,多维度经验分享
    沟通管理在测试开发中扮演着至关重要的角色,它不仅是团队协作的基石,也是项目成功的关键因素之一。有效的沟通管理能够促进信息传递、问题解决以及团队协同工作,为测试开发的顺利进行提供坚实支持。但在实际工作中却有很多的问题,你是否在工作中遇到过以下问题呢?在团队会议上,需要分享自......
  • Python_numpy-增加以及修改维度
    gradio组件输入组件-输出组件输入输出组件 多输入和多输出组件gr.State是一个不可见的组件,目的是在后台存储一些变量方便访问和交互BlockcomponentsTextbox:interactiveinteractive=TrueEventlistenerchange()e......
  • Jacoco 覆盖率维度说明
    以下是JaCoCo统计的指标维度1)指令-Instructions(C0覆盖率)JaCoCo计数的最小单位是单个Java字节代码指令。指令覆盖率提供有关已执行或遗漏(executedormissed)的代码量的信息。该度量完全独立于源格式,并且即使在类文件中没有调试信息的情况下也始终可用。2)分支-Branches(C1覆......
  • R语言多维度视角下白领人群健康体质检测数据关系可视化分析
    随着社会经济的发展和人们生活水平的提高,健康问题越来越受到关注。白领阶层作为社会的重要组成部分,其健康状况对于个人和社会都具有重要意义。然而,由于工作和生活方式的改变,白领阶层的健康问题逐渐凸显,如身体成分异常、动脉硬化等。因此,本文旨在帮助客户通过R语言数据分析和可视化......
  • HFM account维度
    account维度,顾名思义,是记录科目使用的,核算系统使用不同的科目记录不同的业务数据,科目在hfm系统中分资产、负债、收入、费用、权益,flow,balance,lable等,不同的科目具有不同的属性,其一是向上汇总的时候,计算规则,其二是日记账调整时候借方贷方+-不同,TypeParentAccountAccountType......