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

bugfix - data pivot enable conditional formatting for discrete numeric values #993

Merged
merged 2 commits into from
Mar 13, 2024

Conversation

shapiromatron
Copy link
Owner

@shapiromatron shapiromatron commented Feb 15, 2024

If a user created a data pivot, then created a discrete style conditional format using a column that was numeric, the rule was not applied to the data. This is because the rule was saved as a string, but the data was numeric, and therefore the string comparison never equaled the numeric value.

This PR fixes this edge case.

@shapiromatron shapiromatron merged commit 096be8a into main Mar 13, 2024
6 checks passed
@shapiromatron shapiromatron deleted the dp-numeric-conditional-format branch March 13, 2024 01:28
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.

2 participants