Skip to content
Snippets Groups Projects
Commit 9c986bad authored by Fernando Gbur dos Santos's avatar Fernando Gbur dos Santos
Browse files

Merge branch 'instruction_level_fixes' into 'development'

Fixed the the wrong total errors

See merge request !483
parents bf5128ae ea1a0a37
Branches
No related tags found
5 merge requests!501[hotfix] capital filter working for superior education conclusion tax...,!499[hotfix] capital filter working for superior education conclusion tax...,!489dev -> hom,!487Development,!483Fixed the the wrong total errors
......@@ -291,7 +291,6 @@ NivelInstrucao.get('/', rqf.parse(), rqf.build(), (req, res, next) => {
.field('nivel_de_instrucao', 'nivel')
.field('round(sum(peso_domicilio_pessoas_com_cal), 0)', 'total')
.field('ano_ref', 'year')
.where('nivel_de_instrucao <> 99')
.where('faixa_etaria <> 99')
.group('pnad_novo.ano_ref')
.group('pnad_novo.nivel_de_instrucao')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment