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
The issue here is ADaM data where units are not necessarily standardized and measures may have more than one associated unit. In ADaM the units are concatenated to the measure in a single variable named PARAM.
In order to distinguish records within a measure with differing units MEASURE_COL needs to include units. ADaM already does this. We could take the renderer two directions:
Make UNITS_COL optional and assume values of MEASURE_COL are unique for each unit, as is currently implemented in safety-histogram.
Concatenate MEASURE_COL and UNITS_COL within the renderer.
Measure dropdown options should include units.
The text was updated successfully, but these errors were encountered: