Rule Groups and Rules Sets

Each workbook requires a rule set that contains Rule Groups for Load, Calculate, Commit, and Refresh. These rule groups define the calculations that occur when the user performs the related action of loading and building a workspace, re-calculating after edits, and so on.

Here are some basic tips:

  • To load or refresh a measure from the domain, use the .master extension: measure = measure.master.

  • When committing, this is reversed measure.master = measure.

  • Consider how elapsed periods must be treated; typically, they are ignored.