Quintiq file version 2.0 
 | 
#parent: #root 
 | 
TypeRepresentation Account_MP 
 | 
{ 
 | 
  Conditional: 
 | 
  [ 
 | 
    DataRepresentation.Conditional 
 | 
    { 
 | 
      Bold: true 
 | 
      ConditionBody: 'object.AccountTypeName() = Translations::MP_Account_AccountTypeCostOfSales() and isnull( object.Parent() )' 
 | 
      ConversionBody: '' 
 | 
      InheritConversion: false 
 | 
    } 
 | 
    DataRepresentation.Conditional 
 | 
    { 
 | 
      Bold: true 
 | 
      ConditionBody: 'object.AccountTypeName() = Translations::MP_Account_AccountTypeMargin() and object.ValueWithinKPIHorizon() >= 0' 
 | 
      ConversionBody: '' 
 | 
      DefaultTextColor: false 
 | 
      InheritConversion: false 
 | 
      TextColor: '$009900' 
 | 
    } 
 | 
    DataRepresentation.Conditional 
 | 
    { 
 | 
      Bold: true 
 | 
      ConditionBody: 'object.AccountTypeName() = Translations::MP_Account_AccountTypeMargin() and object.ValueWithinKPIHorizon() < 0' 
 | 
      ConversionBody: '' 
 | 
      DefaultTextColor: false 
 | 
      InheritConversion: false 
 | 
      TextColor: 'Red' 
 | 
    } 
 | 
    DataRepresentation.Conditional 
 | 
    { 
 | 
      Bold: true 
 | 
      ConditionBody: 'object.AccountTypeName() = Translations::MP_Account_AccountTypeSales() and isnull( object.Parent() )' 
 | 
      ConversionBody: '' 
 | 
      InheritConversion: false 
 | 
    } 
 | 
  ] 
 | 
} 
 |