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

Enable support for dates and percentages in Excel Database functions #1875

Merged
merged 2 commits into from Feb 22, 2021

Conversation

MarkBaker
Copy link
Member

This is:

- [ ] a bugfix
- [X] a new feature

Checklist:

Why this change is needed?

The Excel Database functions don't just support basic numeric and string queries, but also allow formatted values like percentages (e.g. "<62%") and dates (e.g. ">=22-Feb-2021"). These structures are also permitted in functions like CountIf() and AverageIf().

This PR provides support for that functionality.

Still outstanding

  • Support for Boolean expressions
  • Support for wildcards in strings (e.g. ? and *)

@MarkBaker MarkBaker merged commit 40a6dee into master Feb 22, 2021
@MarkBaker MarkBaker deleted the Database-Functions-Additional-Feature-Support branch April 5, 2021 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant