vbscript 来自HFM元数据的实体NO层次结构

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vbscript 来自HFM元数据的实体NO层次结构相关的知识,希望对你有一定的参考价值。

Sub BuildHierarchyEntity()
    Dim RowId As Long
    ' APAC all segments and brands from row 2005 to row 2802
    ' Sheet Entity in this AG - Case IH Wholegoods
    ' CE goes from line 2329 to 2727
    ' select those that are meaningful for the segment based on the columns
    'Layer 2 - AG
    'Layer 2 - CV
    'Layer 2 - CE
    'Layer 2 - PT
    'in the output replace regexp LegEnt:[0-9]+\|Country: with nothing
    For RowId = 2005 To 2802
        ' is base entity
        Cells(RowId, 100).Value = Cells(RowId, 1).Value
        ' code
        Cells(RowId, 101).Value = Cells(RowId, 39).Value
        ' default currency
        Cells(RowId, 102).Value = Cells(RowId, 40).Value
        ' country
        Cells(RowId, 103).Value = Cells(RowId, 45).Value
        ' description
        Cells(RowId, 104).Value = Cells(RowId, 51).Value
    Next RowId
End Sub

以上是关于vbscript 来自HFM元数据的实体NO层次结构的主要内容,如果未能解决你的问题,请参考以下文章

vbscript HFM元数据的市场层次结构

vbscript HFM元数据的帐户层次结构

“无法加载指定的元数据资源”错误实体框架

利用递归层次遍历句法结构树(Stanfordcorenlp及nltk)

vbscript 以安全的方式从页面获取属性或元数据(因此,如果元数据不存在,则不会丢失)。在这个例子中,我们是替换

逻辑数据模型之层次数据模型网状数据模型和关系数据模型