Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Allocation Process

Cost is allocated during the cost processing. Cost line items are filtered by allocation rules in order of priority and are associated with a context path. Once allocated the line item is not considered for any other context.

Priority

Allocation rules are evaluated starting with the lowest priority first and then to highest priority. A blank priority means that it has the highest priority and will be evaluated last.

Creating a Hierarchy/Rule

The name of the rule will be seen in Yotascale’s hierarchy. A rule and priority can be blank.

Operators

Following operators are supported in the expression

  • =

  • !=

  • like

  • is not null

  • in

  • not in

Examples

`Team` = 'Finance'

`Team` In ('Developer Services', 'Developer-Services')

`Team` = 'Developer Services' OR `Team` = 'Developer-Services'

(`AWS Account` = ('999999999999') ) OR (`AWS Account` = ('999999999999') ) OR (`AWS Account` = ('999999999999') ) OR (`AWS Account` = ('999999999999') ) OR (`AWS Account` = ('999999999999') )

`Team` In ('Data', 'Data-Infra', 'data-infra', 'Data-infra', 'data-infra', 'DE', 'DI', 'di', 'DSA', 'dsa', 'DSA Unknown') OR `Team` like '%Foo%' OR `Team` like 'Analytics%'

  • No labels