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 3 Current »

Applies to:Kyvos Enterprise  Kyvos Cloud (Managed Services on AWS)  Kyvos Azure Marketplace

Kyvos AWS Marketplace  Kyvos Single Node Installation (Kyvos SNI)  Kyvos Free (Limited offering for AWS)


Info

Kyvos supports naming semantic model entities in the ENTITY_ format, such as DIMENSION_, DIM_, and MEASURE_, and so on.

Change the solve order if the expression needs to be calculated for use in another expression.

If this is a simple calculation, leave the solve order as the default choice. For complex calculations, you can set the solve order to any number from 0 to N. An expression with a lower solve order will be evaluated prior to an expression with a higher solve order.

For example:

A=B+C   (is Expr1)

C=D+E   (is Expr2)

The solve order for Expr2 must be smaller than Expr1.

  • No labels