Required configuration for the Diversity & Inclusion dashboard
The Diversity & Inclusion dashboard is specific to study design. This
means that special configurations are needed on form design for some visualizations to work
properly. These configurations include specific form names (FORM_NAME
),
question names (ITEM_NAME
), and code lists
configuration(ITEM_F
, ITEM_D
).
Most of the visualizations in the Diversity & Inclusion dashboard use custom calculations to specify which form and question is used to get data to display. For this reason, your form names, questions and even code list values must match with the specified values in the dashboard template's custom calculations.
Note:
Updating the custom calculations requires a basic understanding of programming. Reach out to your study manager for further assistance.Tip:
If your study doesn't use a question listed in this table, there is no need for you to modify anything. The impacted visualizations will still be part of the dashboard and show a No Data Found message, which you can simple ignore. If you prefer, you can also delete the given visualization from your copy to get rid of the empty spaces.Configuration requirement | Description | Impacted custom calculations | How to update the custom calculation |
---|---|---|---|
FORM_NAME must contain the
string 'Demog' . |
The form used in your study to collect demographic
data must contain the string
'Demog' as
part of its name. For example, Demography,
Demographics, Demographic information,
etc.
Note: This form must contain all of the questions listed in this table. |
|
Update to match with your current form name when
it doesn't contain the 'demog' string as part of it.
|
ITEM_NAME must contain the word
'gender' or
'sex' . |
The form question used to collect data related to
gender must have the word |
|
Update to match with your current question
related to gender, when it doesn't contain either the "gender"
or "sex" keywords.
|
ITEM_F must be
'Male' for male subjects and
'Female' for female subjects. |
The code list associated to the gender question must
contain the values |
|
Update to match with your current answer options
when they don't use "Male" and "Female" for male and female
subjects respectively (for example, if you use "Man" and
"Woman").
|
ITEM_NAME must contain the
phrase 'date of birth' . |
The form question used to collect age related data
must be an Age type question collecting the date of birth of the
subject and have the phrase |
|
Update to match with your current question related
to age, when it is collected as the date of birth but it doesn't
contain the prhase "date of birth" as part of the
question. Note: These calculations expect you to collect age data as the date of birth, rather than the age value, as when you use an age-type question.
|
ITEM_NAME must contain the word
'race' . |
The form question used to collect race related data
must have the word |
|
Update to match with your current question related
to race, when it doesn't contain the "race" keyword.
|
ITEM_NAME must contain the word
'ethnicity' . |
The form question used to collect ethnicity related
data must have the word |
|
Update to match with your current question related
to ethnicity, when it doesn't contain the "ethnicity"
keyword.
|
REFERENCE_CODE must start with
the string 'ETHNIC' . |
The form question used to collect ethnicity related
data must have the string |
|
Update to match with the reference code of your
current question related to ethnicity, when it doesn't start
with the 'ETHNIC' string.
|
ITEM_D must be
'1' for Hispanic ethnicity and
'0' for non-Hispanic ethnicity. |
The code list associated to the ethnicity question
must have the code list code |
|
Update to match with the answer options for your
current question related to ethnicity, when they don't have code
list code '0' for Non Hispanic, and code list code '1'
for Hispanic.
|
Parent topic: Diversity & Inclusion dashboard