Versions Compared

Key

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

...

To remove an existing member attribute mapping, run the following query with the correct DimensionMappingId and SymbolAttribute (you get these from running QUERY 5).

QUERY 10

Code Block
languagesql
delete from MemberAttributeMapping
where DimensionMappingId = 'DIMENSION MAPPING ID HERE'
and   SymbolAttribute = 'SYMBOL ATTRIBUTE HERE'

...