You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are unintended calls to count_big of an already summed total in analyses queries that also calculate a numerical distribution. This issue was found in 25 analyses.
E.g. analysis 406:
There are unintended calls to
count_big
of an already summed total in analyses queries that also calculate a numerical distribution. This issue was found in 25 analyses.E.g. analysis 406:
CatalogueExport/inst/sql/sql_server/analyses/406.sql
Line 46 in 066b8e7
count_big(int)
will always return 1, which rounds up to 100. (due to some quirks, I have also sometimes seen values of 200)The equivalent Achilles analysis query does not contain a count at this level.
The text was updated successfully, but these errors were encountered: