Skip to content

Commit

Permalink
DT-939 adding config for cope surveys
Browse files Browse the repository at this point in the history
  • Loading branch information
freemabd committed Dec 5, 2024
1 parent c4d31b3 commit f8c271e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"primaryRelationship": {
"foreignKeyAttributeOccurrenceEntity": "person_id"
},
"attributesWithInstanceLevelHints": [ "value_numeric", "survey_version" ]
"attributesWithInstanceLevelHints": [ "value_numeric" ],
"attributesWithRollupInstanceLevelHints": [ "survey_version" ]
}
],
"primaryCriteriaRelationship": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"primaryRelationship": {
"foreignKeyAttributeOccurrenceEntity": "person_id"
},
"attributesWithInstanceLevelHints": [ "value_numeric", "survey_version" ]
"attributesWithInstanceLevelHints": [ "value_numeric" ],
"attributesWithRollupInstanceLevelHints": [ "survey_version" ]
}
],
"primaryCriteriaRelationship": {
Expand Down

0 comments on commit f8c271e

Please sign in to comment.