...
Create a new dimension mapping from a Longview dimension to a CXO dimension
Remove an existing dimension mapping from a Longview dimension to a CXO dimension
Update symbol names, symbol attributes and/or dimension description for a mapped Longview dimension.
Update member attribute mapping
NOTE: if you want to map a Longview dimension mapping to a CXO dimension that already has a Longview dimension mapped to it, first remove the existing mapping before adding the new mapping.
...
Code Block |
---|
update LVDimensionsExtractionConfiguration set SymbolNames = '...', SymbolAttributes = '...', DimensionDescription = '...' where LVSourceConfigurationId = 'LV SOURCE CONFIGURATION ID HERE' and DimensionName = 'DIMENSION NAME HERE' |
Update member attribute mapping
TODO