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

Compare with Current View Page History

Version 1 Next »

crossValue(String dataSetCode, String indicator)

Loads the indicator value from the specified data set. Data time context changing functions are available.

crossValue(String dataSetCode, String membersIdentifier String indicator)

Loads the indicator value from the specified data set. Data time context changing functions are available.

Examples:

crossValue('DS_CODE', 'M_INDICATOR_CODE')
crossValue('DS_CODE', '[L_LEVEL_A={member1,member2}][L_LEVEL_B={x}]', 'M_INDICATOR_CODE')

dateAt('2012-01-01') { 
   crossValue('DS_CODE', 'M_MEASURE') 
} 
  • No labels