Numeric field type
We had an old discussion about adding new type for a custom field - numbers:
http://forums.wildapricot.com/forums/308920-archive/suggestions/8834458-create-numeric-fields-7304
When we started our analysis work on this problem, we realized that we have no clear vision of what is underlying problem that our clients want to resolve with this new field type.
Most comments were about export into Excel, so it can properly recognize numbers. But from our point of view, export itself is a workaround to another problem - something is missing in Wild Apricot functionality and you try to substitute it with export. This means that adding new field type will not truly resolve initial problem, so at some level it's not a real system improvement and we usually try to avoid such system changes.
On the other hand, we might miss something important and Numeric field type can really be useful and fulfill some of an organization necessities (please, do not mix Numeric type with dates and other field types - for dates we can clearly see scenarios). For example, to validate user input when your members apply for membership (but in this case what in particular the field is about?)
So can you please help us:
1) We need your reasons and examples of why your particular organization would benefit from having Numeric field - ideally, not as a workaround of a bigger problem.
2) Do you need to have ability to search on this numbers like "less" or "greater" or "between"?
3) Do you need integer type, decimal or both?
4) Do you need special validation rules for the field like "cannot be less than..." or "not greater than"?

From version 8.2 the Numeric field type and Numeric extra charge field type are available on Contact, Membership and Event forms.
With a new version of API (2.3) we also added the proper recognition of these fields.
You can find detailed information in our help site: https://gethelp.wildapricot.com/en/articles/1959-numeric-field-types
Please, continue to share your feedback with us. Thanks for your support!
-
Walt Bilofsky commented
Evgeny -
I have a specific suggestion for action on this, and then a general comment.
Specific suggestion: We could use the extra charge field (not shown in your design) as a workaround numeric field, if you would just let us set the dollar amount to zero (and for extra credit, don't show the money calculation if it is zero).
I would rather have a workaround soon than a complete solution years from now.
General comment: You said "But from our point of view, export itself is a workaround to another problem - something is missing in Wild Apricot functionality and you try to substitute it with export. This means that adding new field type will not truly resolve initial problem, so at some level it's not a real system improvement and we usually try to avoid such system changes."
I suggest this is exactly the wrong thinking. WA is never going to do everything for everybody. And any improvement you make is going to take a lot of time. Please make it easier to work around the lack of features that you haven't had time to implement yet.
(Case in point: Listserv, where several small changes would get us most of this needed functionality, but instead we are still waiting.)
-
Walt Bilofsky commented
Because WA's event registration lacks flexibility for multiple guests, we use numeric fields to specify the number of adults and children on a registration form (for pay-at-the-door events, of course; for prepay we use additional purchase).
We use numeric fields for year of birth, and would like to be able to search on this numeric value.
-
Walt Bilofsky commented
The old thread had 13 votes. Hope they are still being counted. Any idea when this useful feature will make the roadmap?
-
Brandon Longley commented
In response to your question, these are my reasons to wanting to be able to sort number fields.
I have an amount of financial information that I was able to consolidate from a relational database into a flat spreadsheet that can now be imported into Wild Apricot. This contains history for each contact such as the first date they became a member, amount of money they have contributed to memberships over the years, the number of years they contributed as a member before the date that Wild Apricot began being used. Etc.
This is an example of the data that I would be importing;
Member Since Last Date of Membership Years Contributed Membership Contributions Donation Contributions Last Donation Date In Volunteer System
1/07/1990 30/06/2014 19 $606 $0
NOSince there are over 12000 contacts in the legacy database from history we are only importing 500 or so, so there will be an archive which we're going to refer to in excel however it would be good to have easy to refer to details about the active contacts on Wild Apricot and be able to create advanced searches according to those details.
To be honest it is a workaround to empower users with the historical information, however it would be useful. Otherwise, I'm happy to just keep it as a flat reference with no sorting capabilities. I understand and that there are many more important things to be working on than a workaround for something that doesn't directly improve the current processes in WA.
For instance, I can see that this already exists to sort donations captured within WA.
I would rather that development be put towards functions that I really need like recurring donations.
-
Jean Sennett commented
I'd like to see a numeric field type as well. Our group is a golf organization and some of our tournaments are open only to members with handicap indexes below a certain number or in specified ranges. With the handicap index in a text field I can't create the saved searches I need, such as all members with handicap index less than 15 or members with a handicap index between 4 and 8.
-
Brandon Longley commented
I have been looking for a solution to migrate financial history into Wild Apricot and I have found an easy solution however it requires that one or two small features be implemented.
I would like the ability to create custom Common Fields, with the option of number formatting in addition to the current text formatting. I would also like the ability to create custom advanced searches using this number field as the criteria.
The reason for this is I am importing a bit of financial donation history for pre Wild Apricot and want to be able to use the fields to sort number amounts, namely currency.
For example, they are currently text fields and the only queries you can create are for text based queries, 'contains, is, does not contain, is, is not' etc.
With number formatting, we could create queries that use, 'is less than, greater than, equal.' etc.
What do you think Wild Apricots, or is this actually a thing and I've missed it?
Is this feasible?
-
Elizabeth Bass Webmaster commented
My organization could use this and other validation. Some possible uses:
Phone numbers
Zip codes
Age
Member number (we are a state affiliate chapter of a larger national organization that our members must be a part of, and we need to know what their member number is)
I'd also like to see text validation, such as making sure that email addresses are valid, "other" text fields are only filled out when the "other" checkbox is selected, names are capitalized, and phone numbers are formatted correctly (###) ###-####. Some of these are just pet peeves, but they can make scanning info much easier and faster.
-
Evgeny Zaritovskiy commented
Thank you, this is exactly was I was trying to understand - your example of membership age is exactly what I was looking for to justify the change and understand context of the problem.
By the way, on our technical language we call what you have described as "input data validation" :)
-
Gordon Stewart commented
I suspect that I was the one that originated this post years ago.
The request was to provide a field that requires numeric input. This means that any attempt to enter a character that is not in the 0-9 range is not allowed.
For instance, I could have an "Age" field in my member database. When people enter the age they are liable to enter "21" or "21 years" or "Too old". When I export this to Excel I may want to calculate an average age for my membership. With the current setup I cannot do this without going through the entire file and removing the non-numerics by hand.
I cannot see that specifying limits on the (greater than. less than. etc) would add significant value beyond plain numerics and would greatly complicate the setup.
To answer your questions specifically.
* So people don't enter alphabetics when we want numbers.
* Not if it delays implementation
* They should be able to enter 2.5, not sure if that's integer or decimal;
* Not if it delays implementation