Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EAR-2112 - Looping grand calculated summary #192

Merged
merged 5 commits into from
Dec 13, 2023

Conversation

sudeepkunhis
Copy link
Contributor

@sudeepkunhis sudeepkunhis commented Dec 4, 2023

https://jira.ons.gov.uk/browse/EAR-2112

  • For the Grand summary page, the runner schema must have the type as 'GrandCalculatedSummary' as given below.

{
"id": "grand-summary",
"type": "GrandCalculatedSummary",
"page_title": "Grand summary",
"title": "Grand summary",
"calculation": {
"operation": {
"+": [
{
"identifier": "summary1",
"source": "calculated_summary"
},
{
"identifier": "summary2",
"source": "calculated_summary"
}
]
},
"title": "Grand summary"
}
}

@sudeepkunhis sudeepkunhis merged commit bc9fd5b into master Dec 13, 2023
2 checks passed
@sudeepkunhis sudeepkunhis deleted the EAR-2112-looping-grand-calculated-summary branch December 13, 2023 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants