Quintiq file version 2.0 
 | 
#parent: #root 
 | 
TypeRepresentation AccountCostInPeriod 
 | 
{ 
 | 
  Conditional: 
 | 
  [ 
 | 
    DataRepresentation.Conditional 
 | 
    { 
 | 
      BackgroundColor: '$CCCCCC' 
 | 
      ConditionBody: 'not object.IsActualCost() and object.AccountCost().Start() <> object.Period_MP().Start().Date()' 
 | 
      ConversionBody: '' 
 | 
      DefaultBackgroundColor: false 
 | 
      InheritConversion: false 
 | 
    } 
 | 
    DataRepresentation.Conditional 
 | 
    { 
 | 
      BackgroundColor: '$CCCCCC' 
 | 
      ConditionBody: 'object.IsActualCost() and object.Period_MP().IsHistorical()' 
 | 
      ConversionBody: '' 
 | 
      DefaultBackgroundColor: false 
 | 
      InheritConversion: false 
 | 
    } 
 | 
  ] 
 | 
} 
 |