Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a new dimension mapping from a Longview dimension to a CXO dimension

  2. Remove an existing dimension mapping from a Longview dimension to a CXO dimension

  3. Update symbol names, symbol attributes and/or dimension description for a mapped Longview dimension.

  4. 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