Forum Discussion

BenvanBergen's avatar
BenvanBergen
Contributor
6 months ago

Create second line on a data import

Hello, I have imported data from a csv file with unit price adjustments. Data is transformed to use the correct UD2, UD5 with One to one transformation. In some cases there should be a second d...
  • MarcusH's avatar
    6 months ago

    I always use derivative transformation rules for creating additional data like that - it can be audited and is created based on rules that are easily managed. If you use a BR or member formula you lose the transparency.

  • MarcusH's avatar
    MarcusH
    6 months ago

    Derivative Rules are a separate type - they are listed at the end of the UD8 Dimension rules. You select the source for the extra records: 

    The you specify how the extra records will be created and what label the new member will have eg

    A#[COGS]=COGS_TEMP

    That will create a new record for every source record where the Account member is COGS. The extra records will have the member COGS_TEMP. The Design and Reference guide has a section called: BI Blend Derivative Rules. And you can also search OneCommunity for derivative to get a lot more help.