Changes between Initial Version and Version 1 of Ticket #44215, comment 5
- Timestamp:
- 05/24/2018 03:58:39 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44215, comment 5
initial v1 1 I am wondering if leaving empty values in the report sis important. The site is technically storing data on the user, the string is just empty. This could be significant in certain contexts.1 I am wondering if leaving empty values in the report is important. The site is technically storing data on the user, the string is just empty. This could be significant in certain contexts. 2 2 3 3 In your example there are `0`s. A `0` (which is falsey or can be considered empty) could indicate that a user has no orders or no published posts. An empty string could mean that they did not provide a URL on their profile. A user meta field could be stored for `speaks_english` and be set to `false` or `0`.