Touchstone 2022 Database Reference
tRRRR_DQ_AUG_ResultValues Table
AIRExposureSummary Database : tRRRR_DQ_AUG_ResultValues Table
Description
Defines actual values referenced by the augmentation rules. Stores both user and industry value for easy comparison and augmentation. Referenced by the  tRRRR_DQ_AUG_ResultDetail Table to provide multiple values per location. Each location affected by the augmentation should have an ISOBIN record within this table to keep track of the augmentation data source.
Properties
Creation Date4/11/2022 6:15 PM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows0
Data Space Used0.00 KB
Index Space Used0.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Unique system-generated sequential identifier for the detailed results record.

For a complete list of records, see tAnalysisResult Table.

int4   
Primary Key 

Code that represents the Data Quality class.

For a complete list of names, see tDQValueClass Table.

int4   
Primary Key 

Unique system-generated sequential identifier for the data quality rule record.

For a complete list of records, see tDQAnalysisRule Table.

int4   
 

Name of the Data Quality class.

varchar255  
 Augmentation value provided by the user.varchar255  
 Text description of the user's value.  When the value is a code, this field contains the description for the code.varchar200  
 

Augmentation value.

varchar200  
 

Description of the industry value.  When the industry value is a code, the code's description is used.

varchar200  
 Source for the augmented data, such as Property Exposure or User Specified.varchar200  
 

Indicates whether the augmented value was accepted or rejected by the user.

  • 1 = Yes (accepted)
  • 0 = No (rejected)
bit1  
 

Unique system-generated sequential identifier for the target record. This identification is used when the  record cannot be identified via the ResultDetailSID.

For a complete list of records, see tAnalysisTarget Table.

int4   
 Original value before augmentation.varchar200  
 

Indicates whether the augmented value is consistent. 

  • 1 = Yes (consistent)
  • 0 = No (inconsistent)
bit1   
Objects that tRRRR_DQ_AUG_ResultValues depends on
 Database ObjectObject TypeDescriptionDep Level
tRRRR_DQ_AUG_ResultDetail tabletRRRR_DQ_AUG_ResultDetailTableReport detail results for the Data Quality - Augmentation reports.1
See Also

Related Objects

AIRExposureSummary Database