Example Question
Suppose you are managing a dataset focused on Parkinson's disease. Researchers may be interested in analyzing the relationship between certain genetic pathways and patient demographics. You can set up a question that allows them to filter by sex, age, or other participant characteristics.
SQL Query Example
Variable Configuration
ID
: sexName
: SexType
: Dropdown (values: M, F)Description
: Select the sex of the participants you want to include in your analysis.
This setup will enable researchers to easily filter data by participant sex, tailoring their analysis to their specific research needs.
Last updated