Closed nataliesus closed 3 years ago
Hi @MollyMcEvilley ,
Sample Code for Step 5.8.2 was updated:
inner join tlsa_HHID hhid on hhid.HouseholdID = chn.HouseholdID
hmis_Services bn on bn.EnrollmentID = chn.EnrollmentID
hmis_Services bn on bn.EnrollmentID = hhid.EnrollmentID
But nothing was changed in the Spec:
tlsa_HHID
Could you please take a look and advise?
Thank you! Natalie
Sorry, wrong project
Hi @MollyMcEvilley ,
Sample Code for Step 5.8.2 was updated:
inner join tlsa_HHID hhid on hhid.HouseholdID = chn.HouseholdID
was addedhmis_Services bn on bn.EnrollmentID = chn.EnrollmentID
was changed tohmis_Services bn on bn.EnrollmentID = hhid.EnrollmentID
But nothing was changed in the Spec:
tlsa_HHID
table wasn't added to [Relevant Data] sectionCould you please take a look and advise?
Thank you! Natalie