Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show the right implicit empty values in tooltip (#5747)
* Show the right implicit empty values in tooltip If you set a nominal or ordinal variable in a scale VariablesList, a tooltip tells you how the values are transformed into scale. It gives also a list of 'implicit' empty values: that is the not empty values that could not be converted into a double value. This list was not correct, it gave all the convertable values. * The implicit empty values are derived from value not being doubles also make sure empty values are also checked on the original value now * remove ugly parentheses * less crazy if elses * also less count++ --------- Co-authored-by: Joris Goosen <[email protected]>
- Loading branch information