Identifiers

Some of the the identifiers available in Inforiver Matrix are showcased with examples in the below .pbix file.

IDENTIFIERUSAGEDESCRIPTIONEXAMPLEEXPLANATION
CLOSEDPERIODCalculated measure formulaChecks if the forecast measures belong to the closed or open period
COLUMN.DATECalculated measure formulaReturns the date in a measure's header/title
COLUMN.PARENTCalculated column measureReturns the column's immediate parent in a column hierarchy
COLUMNSCalculated measure formulaReturns a reference to a specific column in the reportIF(COLUMN == "AC", 5000, 6000)On using in the row formula, returns 5000 for AC column and 6000 for other columns
CURRENT_PERIODCalculated measure formulaReturns a reference to each period in the report
DESCENDANTSCalculated row formulaReturns all the children's values (till the leaf level) as an array
FORECAST.CLOSED_ENDCalculated measure formulaReturns the end date of closed forecasts
FORECAST.CLOSED_STARTCalculated measure formulaReturns the start date of closed forecasts
FORECAST.OPEN_ENDCalculated measure formulaReturns the end date of open forecasts
FORECAST.OPEN_STARTCalculated measure formulaReturns the start date of open forecasts
GROUP_INDEXCalculated row/column formulaReturns the position of a columnIF(GROUP_INDEX = 1, [Sales],([Sales].RELATIVE(-1) - [Sales].RELATIVE),With Months in column, Displays the Sales value when it is the 1st month/column(group_index =1), else returns for all other months, the variance between previous and current month
HASCalculated column formulaChecks if the specified value is part of the list
HAS_ALLCalculated column formulaChecks if all the specified values are part of the list
HAS_SOMECalculated column formulaChecks if one or more of the specified values are part of the list
LEVELCalculated column formulaReturns the row level in the hierarchyIF(LEVEL = 3, 10, 5)For each row where the heirarchy level is 3, returns 10; for other hierarchy levels, returns 5
LOGGEDIN_EMAILOn change formulaReturns the email ID of the user making data input updates
LOGGEDIN_NAMEOn change formulaReturns the name of the user making data input updates
MATCHCalculated column formulaChecks whether the specified value is an exact match
MAXDATECalculated measure formulaReturns the latest date available in a report.
MEMBERSCalculated row formulaReturns all the immediate children's values as an array
MINDATECalculated measure formulaReturns the earliest date available in a report.
RELATIVECalculated column formulaChanges the absolute cell/column reference to a relative referenceIFNA(([Sales].RELATIVE(-1) - [Sales].RELATIVE), [Sales].RELATIVE)When Months in the columns, formula returns Sales of Previous month - Current Month Sales except when there is an error, then it returns the Sales of Current Month
RELATIVE_COLUMNCalculated row formulaReturns the value of the column relative to the current column
ROW.LABELCalculated row formulaReturns field values used to populate rows in the report
ROW.PARENTCalculated row formulaReturns a reference to the parent levels in the hierarchyROW.PARENT.AC + ROW.PARENT.PYFor each row it adds the value of its parent row's AC column and PY column
Enterprise planning, Integrated with PowerTable and Intelligence, native to Microsoft Fabric. Co Engineered with Lumel.
BUILT ON