subject_id not available in all tables? #70
Replies: 1 comment
-
|
Thanks for your feedback! We don't have subject_id in all of the tables on purpose. It severely bloats the results and because not all transitive relationships through the database are valid for every query, using cdapython to join across more than two tables at a time often causes false data rows to be created. As such, we limit users to a single join, which we know will be accurate. So we recommend that if you want to join two tables, you use If you want to join 3 or more, we recommend that you run a query for each table you want to join with either |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
subject_id appears only available in "subject" table, see below. This variable should be in all tables, thus allow the link between different tables.

Beta Was this translation helpful? Give feedback.
All reactions