Problem Statement
CDISC variable names are often very similar, and errors can arise when selecting a numeric variable (e.g., ASTDY) instead of a date variable (e.g., ASTDT).
These variables are usually coerced to character, and an error may arise much later when creating a specific plot.
Proposed Solution
Add validation rules when selecting the variables in the upload panel.
- Date variables when selecting "incidence rates" mode
User Experience
Instant feedback if a variable of a wrong type is selected.
Expected Benefits
No response
Alternatives Considered
No response
Implementation Ideas
Priority Level
Low (would be a minor improvement)
Additional Context
No response
Are you willing to contribute?
I'm willing to submit a PR for this feature
Problem Statement
CDISC variable names are often very similar, and errors can arise when selecting a numeric variable (e.g., ASTDY) instead of a date variable (e.g., ASTDT).
These variables are usually coerced to character, and an error may arise much later when creating a specific plot.
Proposed Solution
Add validation rules when selecting the variables in the upload panel.
User Experience
Instant feedback if a variable of a wrong type is selected.
Expected Benefits
No response
Alternatives Considered
No response
Implementation Ideas
Priority Level
Low (would be a minor improvement)
Additional Context
No response
Are you willing to contribute?
I'm willing to submit a PR for this feature