Jamie Gilbert

Results 34 comments of Jamie Gilbert

So this works for inside select statements, but not inside `filter`, `mutate` etc - there the field is interpreted as a string

Hi @ssivarama thanks for posting this issue. This could be caused by a number of issues related to your environment or data model. This looks like CohortDiagnostics version 3.1.2 -...

Hmm, I'm assuming that your results are inside the sqlite file produced. Can you run the following code and let me know what error (if any) comes back? ```{r} #...

The use of Java will likely be for SqlRender which is required to translate sql from OHDSI/MS sequel server to sqlite. However, I have confirmed this is working on our...

Are you running with both the base cohort and the subset in the cohort definition set? The concept sets from parents should be copied to children but this obviously isn't...

Agreed - but i think stopping/throwing an error is better as it will avoid leaving an empty database file in the folder

@chrisknoll on the atlas side is there a standard hashing approach? I think having a global solution for cohorts is a good idea. But tracking changes between a cohort in...

Data now displays as a percentage when only proportional data is displayed. This table function is too complex to modify as is in a reasonable time to support both continuous...

I agree that the result returned should never be inf but the datediff function should always return a number and the rate is fixed to 365.25. 0/365 = 0 -...

@ablack3 In this context `covariates` is an Andromeda object so I'm wondering if this is related to any recent changes there and if we need to make alterations to support...