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

[8 hours] Number formatting, unwanted commas #8

Open
rhodges opened this issue Mar 14, 2017 · 1 comment
Open

[8 hours] Number formatting, unwanted commas #8

rhodges opened this issue Mar 14, 2017 · 1 comment
Assignees

Comments

@rhodges
Copy link
Contributor

rhodges commented Mar 14, 2017

Things like years and codes can be stored as integers, but really shouldn't have commas in them.

Recent commits prevent adding commas to numbers less than 5 digits that are displayed in reports if the data is queried from Arc sources, but commas are still inserted into queries from UTF grids (but not in the UTF JSON data themselves).

See it here: Benthic Habitats (South) on Sandbox

Options:

  • Easy way - continue adding commas to any integer values reported over 4 digits (no good for codes)
  • hard way - implement module to control reporting and formatting on an attribute-by-attribute level (will not work for MDAT)
@rhodges rhodges self-assigned this Mar 14, 2017
@rhodges
Copy link
Contributor Author

rhodges commented Mar 14, 2017

Easy way fixed: 884250f

@rhodges rhodges changed the title Number formatting, unwanted commas [8 hours] Number formatting, unwanted commas Nov 28, 2017
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