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'd like the label of a dataset rather than its name (e.g. "Adverse Events" rather than "ADAE") to be displayed in the encodings and filter panel. While there is a label parameter in the cdisc_dataset() function setting it does not have the desired effect. Right now I'm abusing the name parameter for this purpose (see example below) but this does not work for ADSL and also the name cannot contain spaces.
Acceptance criteria: implement displaying "label" in the filter-panel as oppose to binding name
Currently to assign label to object in teal_data one has to add attribute to the binding. However this has no effect in filter-panel and anywhere futher.
Feature description
I'd like the label of a dataset rather than its name (e.g. "Adverse Events" rather than "ADAE") to be displayed in the encodings and filter panel. While there is a
label
parameter in thecdisc_dataset()
function setting it does not have the desired effect. Right now I'm abusing thename
parameter for this purpose (see example below) but this does not work for ADSL and also the name cannot contain spaces.Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: