InformationRegister.<Register name>.SliceLast
Syntax
Fields
<Common attribute name>
<Dimension name>
<Resource name>
Active
LineNumber
Period
Recorder
Parameters
Condition
Description:
Example:
// Receive all latest records from the information register SELECT * FROM InformationRegister.ExchangeRates.SliceLast() // Receive all latest records from the information register // for the specified date and rate SELECT * FROM InformationRegister.ExchangeRates.SliceLast(&DateParameter, Currency = &CurrencyParameter) |