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

Error on Pathway Results Tabular View #2832

Closed chrisknoll closed 1 year ago

chrisknoll commented 1 year ago

Expected behavior

When a cohort has no pathways, it should render an empty table.

Actual behavior

The page appears 'broken' with errors in console indicating can not reference property of 'undefined'. This is similar to an NPE.

Steps to reproduce behavior

  1. Create a pathway analysis where the T cohort has zero people.
  2. Generate pathway analysis
  3. Observe errors when looking at tabular view because no-data is not handled.