Switch to unified view

a b/inst/queries/cohortSummary.xq
1
; cohortSummary
2
(fn [exclude]
3
    (query {:select [:cohort [:%count.* :count]]
4
            :from [:dataset]
5
            :where [:not [:in :type exclude]]
6
            :group-by [:cohort]}))