OHDSI / Atlas

ATLAS is an open source software tool for researchers to conduct scientific analyses on standardized observational data
http://atlas-demo.ohdsi.org/
Apache License 2.0
258 stars 126 forks source link

No results when Entry event section using Nested Criteria and request having 'All' of the following criteria #2858

Open guylivne12 opened 1 year ago

guylivne12 commented 1 year ago

Expected behavior

Get the right filtering when adding Nested Criteria and having 'All' in the Entry Criteria section. In a case where there is only one criterion.

Actual behavior

Get zero results

Steps to reproduce the behavior

  1. Create an entry event with initial criteria of condition occurrence.
    1. Add nested criteria and leave 'All' in the having ___ of the following criteria.
    2. Chose demographic and Gender attributes of Female (8532)
    3. Genert the cohort from PostgreSQL - here we get no results
    4. Change the having ___ of the following criteria to 'Any' - Here we get results
    5. Also adding more than one concept rode to the attribute selection gain results Bug in the Entry event section when using Nested Criteria and request having.docx
chrisknoll commented 11 months ago

Can you export the SQL from the UI and run it manualy on your DBMS, taking note of each step and try to determine where person's are being dropped?