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

Support more complex score evaluations #1067

Open
chrisala opened this issue Feb 11, 2025 · 0 comments
Open

Support more complex score evaluations #1067

chrisala opened this issue Feb 11, 2025 · 0 comments
Assignees
Milestone

Comments

@chrisala
Copy link
Collaborator

chrisala commented Feb 11, 2025

The requirement for the MERIT organisation dashboard is to be able to:

  1. Create a value calculated by the sum of one report field divided by the sum of a different report field AND
  2. Create a value calculated as the sum of one report field divided by a field on the Organisation object itself.

Hence we need to be able to:

  1. Evaluate expressions in Scores (e.g. val1/val2)
  2. Sum distinct values (e.g. only sum the value of the Organisation once for each distinct Organisation encountered, even if the same Organisation has many reports and hence is encountered many times during the process).
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

No branches or pull requests

1 participant