Main Content
aggregation
Set Haver Analytics aggregation mode
Description
x = aggregation(
returns the current
aggregation mode, where c
)c
is either a haver
or haverdirect
connection object.
x = 0
indicates that the aggregation mode is set to keep missing data without filling it.x = 1
indicates that the aggregation mode is set to fill missing data based on data available in the requested period.x = 2
indicates that the aggregation mode is set to fill missing data according to some past value.x = -1
indicates that the aggregation mode is set to reset to its last valid setting.
Examples
Input Arguments
Version History
Introduced in R2008b
See Also
haver
| haverdirect
| close
| fetch
| info
| isconnection
| nextinfo