LoadDuplicates: Boolean;
The LoadDuplicates property determines whether duplicate records will be loaded on data loading.
Available values:
True. Load duplicated records. To provide a correct duplicate records correction, it is recommended to set up aggregation.
False. Default value. Do not load duplicated records, load only the first one.
The example of use is given in description of ICubeLoaderDimensionBinding.Fields.
See also: