Skip to content

LSACalculated.csv: unexpected Population IDs are reported for Universe 10 report row 55  #1023

@nataliesus

Description

@nataliesus

Hi @MollyMcEvilley ,

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

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

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) :
image

Could you please take a look?

Thank you!
Natalie

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions