EHDEN / CatalogueExport

Exports the data from the OMOP-CDM that is necessary for the EHDEN Database Catalogue
Apache License 2.0
9 stars 6 forks source link

smallCellCount is applied at two places #44

Open MaximMoinat opened 2 years ago

MaximMoinat commented 2 years ago

When merging analysis tables: https://github.com/EHDEN/CatalogueExport/blob/066b8e7005890ae916e19a92a61c815e1fec7ff8/inst/sql/sql_server/analyses/merge_catalogue_tables.sql#L18

And when exporting: https://github.com/EHDEN/CatalogueExport/blob/066b8e7005890ae916e19a92a61c815e1fec7ff8/inst/sql/sql_server/export/raw/export_raw_catalogue_results.sql#L13

This might cause unexpected behaviour is some edge cases.

To be confirmed.