Skip to content

Commit

Permalink
Example change to support rollup hints for surveys
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Jennison committed Nov 27, 2024
1 parent 2806e42 commit 37d91a4
Showing 1 changed file with 2 additions and 1 deletion.
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 37d91a4

Please sign in to comment.