Achilles icon indicating copy to clipboard operation
Achilles copied to clipboard

DEVICES_BY_TYPE is always empty in concept reports generated by generateAODeviceReports()

Open ganisimov opened this issue 1 year ago • 0 comments

In this line DEVICES_BY_TYPE is fetched by CONCEPT_ID column. CONCEPT_ID column in the query behind the dataDevicesByType is device type concept ID (see analysis 2105 here), but it's compared with device concept id. So that it always returns empty results.

ganisimov avatar Aug 29 '23 14:08 ganisimov