You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that if I type in 12 months into host age and host age unit, then host age bin will produce the correct bin (0-9), but if I paste it in I get the wrong bin (10-19) and it considers it valid (See picture).
The text was updated successfully, but these errors were encountered:
cmrn-rhi
changed the title
Age Bin Calculation Issue
Host Age Bin Paste Issue
Nov 10, 2020
This is a tricky one - what is going on is the pasting action is delivering two values, first the age number, 12, which then triggers the binning of 10-19 because month hasn't been pasted yet; but by the time "month" gets pasted in, the number and bin have already been set, and the rule is not to change the bin if it already has a selection in it. So that's tough! Not sure what behaviour to allow there.
Simplest thing would be to say any time user changes age unit, bin gets recalculated.
I've noticed that if I type in 12 months into
host age
andhost age unit
, thenhost age bin
will produce the correct bin (0-9), but if I paste it in I get the wrong bin (10-19) and it considers it valid (See picture).The text was updated successfully, but these errors were encountered: