Closed nataliesus closed 3 weeks ago
Hi @MollyMcEvilley ,
Restrictions for EntryDate is listed in 2 places. They are almost identical except:
EntryDate < HMISEnd or HMISEnd is NULL
EntryDate < HMISStart (if not null)
I believe there is an issue and < HMISStart (if not null) should be replaced with < HMISEnd (if not null):
< HMISStart (if not null)
< HMISEnd (if not null)
Could you please take a look?
Thank you! Natalie
Hi @MollyMcEvilley ,
Restrictions for EntryDate is listed in 2 places. They are almost identical except:
EntryDate < HMISEnd or HMISEnd is NULL
is usedEntryDate < HMISStart (if not null)
is usedI believe there is an issue and
< HMISStart (if not null)
should be replaced with< HMISEnd (if not null)
:Could you please take a look?
Thank you! Natalie