Hi @MollyMcEvilley ,
According to Spec, ProjectID (Universe 10) report row 55 is required for Population IDs [50, 53, 1176, 1177, 1276, 1277] only.

LSACalculated.csv from Sample Output has a lot more Population IDs reported (i.e. 55, 56 etc) that shouldn't be there:

It looks like there is an issue in Sample Code step 9.4.1 so ((rv.Universe = 10 and rp.ByProject = 1) or rp.ByProject is NULL) should be replaced with if(rv.Universe = 10, rp.ByProject = 1, rp.ByProject is NULL) :

Could you please take a look?
Thank you!
Natalie