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

Allow counting non-numeric fields in calculation views #14930

Merged
merged 4 commits into from
Oct 31, 2024

Conversation

aptkingston
Copy link
Member

Description

This PR allows counting non-numeric fields in calculation views. Previously this was only possible on numeric fields, and counts didn't correctly rehydrate in the UI as the field property was stripped.

Example - counting the amount of rows with each country (an options field) in a table:
image
image

Copy link

qa-wolf bot commented Oct 31, 2024

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

@aptkingston aptkingston marked this pull request as ready for review October 31, 2024 14:33
Copy link
Contributor

@deanhannigan deanhannigan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@aptkingston aptkingston enabled auto-merge October 31, 2024 16:22
@aptkingston aptkingston merged commit d9b7e3e into v3-ui Oct 31, 2024
12 checks passed
@aptkingston aptkingston deleted the view-calc-count-non-numeric branch October 31, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants