Skip to content

Commit

Permalink
Sample survey config
Browse files Browse the repository at this point in the history
  • Loading branch information
tjennison-work committed Sep 11, 2024
1 parent 6509ca8 commit d3f0f6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"Standard Codes"
]
},
"filterBuilder": "core.EntityGroupFilterBuilder",
"plugin": "entityGroup",
"filterBuilder": "core.SurveyFilterBuilder",
"plugin": "survey",
"pluginConfig": null,
"pluginConfigFile": "surveyBasics.json",
"modifiers": []
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,7 @@
"title": "Count"
}
],
"hierarchyColumns": [
{
"key": "name",
"widthString": "60%",
"title": "Name"
},
{
"key": "t_rollup_count",
"widthString": "40%",
"title": "Count"
}
],
"classificationEntityGroups": [
"entityGroups": [
{
"id": "surveyBasicsPerson",
"sortOrder": {
Expand All @@ -47,11 +35,10 @@
}
}
],
"multiSelect": false,
"valueConfigs": [
{
"attribute": "value_numeric",
"title": "Numeric value"
}
]
}
}

0 comments on commit d3f0f6b

Please sign in to comment.